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 6244b6b commit 77b2b9fCopy full SHA for 77b2b9f
.github/workflows/test.yml
@@ -66,6 +66,10 @@ jobs:
66
name: Automerge Dependabot PRs
67
runs-on: ubuntu-latest
68
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
73
pull-requests: write
74
contents: write
75
steps:
0 commit comments