File tree Expand file tree Collapse file tree
cloud-function/src/internal/constants Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments