We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084dea9 commit 1866567Copy full SHA for 1866567
.github/workflows/automerge.yml
@@ -11,6 +11,7 @@ jobs:
11
contents: write
12
pull-requests: write
13
repository-projects: write
14
+ if: github.actor == 'dependabot[bot]'
15
steps:
16
- uses: actions/checkout@v4
17
- run: gh pr merge ${{ github.event.pull_request.html_url }} --auto --squash
0 commit comments