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 36fa301 commit 11b0e59Copy full SHA for 11b0e59
.github/workflows/test.yml
@@ -60,3 +60,16 @@ jobs:
60
name: cypress-screenshots
61
path: integration-tests/cypress/screenshots
62
if-no-files-found: ignore # 'warn' or 'error' are also available, defaults to `warn`
63
+
64
+ automerge:
65
+ needs: build
66
+ name: Automerge Dependabot PRs
67
+ runs-on: ubuntu-latest
68
+ permissions:
69
+ pull-requests: write
70
+ contents: write
71
+ steps:
72
+ - uses: fastify/github-action-merge-dependabot@v3
73
+ with:
74
+ # https://github.com/fastify/github-action-merge-dependabot?tab=readme-ov-file
75
+ github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments