Skip to content

Commit b876190

Browse files
committed
Merge branch 'main' into move-libs-into-cloud-function
2 parents fd8fcf5 + a22a98d commit b876190

4 files changed

Lines changed: 106 additions & 105 deletions

File tree

.github/workflows/auto-merge.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ jobs:
2424
if: ${{ steps.dependabot-metadata.outputs.update-type == 'version-update:semver-minor' || steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch' }}
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.AUTOMERGE_TOKEN }}
27-
run: gh pr comment ${{ github.event.pull_request.html_url }} --body "@dependabot squash and merge"
27+
run: |
28+
gh pr review ${{ github.event.pull_request.html_url }} --approve
29+
gh pr comment ${{ github.event.pull_request.html_url }} --body "@dependabot squash and merge"

cloud-function/src/internal/constants/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const CSP_SCRIPT_SRC_VALUES = [
6868

6969
// GA4.
7070
"https://www.google-analytics.com/analytics.js",
71-
"https://www.googletagmanager.com/gtag/js",
71+
"https://*.googletagmanager.com",
7272

7373
"assets.codepen.io",
7474
"production-assets.codepen.io",

0 commit comments

Comments
 (0)