Skip to content

Commit 77b2b9f

Browse files
committed
ci: add note about permissions and repo settings for automerge
fastify/github-action-merge-dependabot#359
1 parent 6244b6b commit 77b2b9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ jobs:
6666
name: Automerge Dependabot PRs
6767
runs-on: ubuntu-latest
6868
permissions:
69+
# NOTE: no special token needs to be generated if these permissions are
70+
# used. However, "Workflow permissions > Allow GitHub Actions to create
71+
# and approve pull requests" needs to be enabled
72+
# https://github.com/fastify/github-action-merge-dependabot/issues/359
6973
pull-requests: write
7074
contents: write
7175
steps:

0 commit comments

Comments
 (0)