Skip to content

Commit a7f2190

Browse files
authored
Enabling automerge for dependabot PRs (#2900)
1 parent ec81edf commit a7f2190

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/pr_verification.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,15 @@ jobs:
2424
with:
2525
solution: ${{ env.solution }}
2626
buildConfiguration: ${{ env.buildConfiguration }}
27-
nugetKey: ${{ secrets.PAT }}
27+
nugetKey: ${{ secrets.PAT }}
28+
29+
automerge:
30+
needs: build
31+
runs-on: ubuntu-latest
32+
33+
permissions:
34+
pull-requests: write
35+
contents: write
36+
37+
steps:
38+
- uses: fastify/[email protected]

0 commit comments

Comments
 (0)