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 e727e5c commit a823371Copy full SHA for a823371
1 file changed
.github/workflows/test.yml
@@ -157,7 +157,10 @@ jobs:
157
automerge:
158
needs: [test-unit, test-integration-chrome, test-integration-firefox]
159
runs-on: ubuntu-latest
160
+ permissions:
161
+ pull-requests: write
162
+ contents: write
163
steps:
- - uses: fastify/github-action-merge-dependabot@v2.2.0
164
+ - uses: fastify/github-action-merge-dependabot@v3.2.0
165
with:
- github-token: ${{secrets.GITHUB_TOKEN}}
166
+ github-token: ${{secrets.GITHUB_TOKEN}}
0 commit comments