We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d48108 commit 2bb0840Copy full SHA for 2bb0840
.github/workflows/auto-merge.yml
@@ -3,6 +3,9 @@ name: auto-merge
3
on:
4
pull_request_target:
5
6
+# No GITHUB_TOKEN permissions, as we use AUTOMERGE_TOKEN instead.
7
+permissions: {}
8
+
9
jobs:
10
auto-merge:
11
uses: mdn/workflows/.github/workflows/auto-merge.yml@main
0 commit comments