Skip to content

Commit e41cfbb

Browse files
committed
Add explicit dependabot PR check to workflow
1 parent bca3e1c commit e41cfbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
dependabot-auto-merge:
1818
name: Auto-merge Dependabot PR (minor & patch)
1919
needs: build-and-test
20+
if: ${{ github.event_name == 'pull_request' && github.actor == 'dependabot[bot]' }}
2021
uses: markwhitaker/shared-workflows/.github/workflows/dependabot-auto-merge-minor-patch.yml@main
2122
secrets: inherit
2223
with:

0 commit comments

Comments
 (0)