Skip to content

Commit 52bcc2c

Browse files
authored
Update community PR check to exclude dependabot (#5029)
1 parent 1994806 commit 52bcc2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
pull-requests: write
5050
steps:
5151
- name: Check membership
52-
if: github.event.pull_request.user.login != 'renovate[bot]'
52+
if: github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'dependabot[bot]'
5353
uses: tspascoal/get-user-teams-membership@57e9f42acd78f4d0f496b3be4368fc5f62696662 # v3
5454
id: teams
5555
with:

0 commit comments

Comments
 (0)