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 1994806 commit 52bcc2cCopy full SHA for 52bcc2c
.github/workflows/pull_request.yaml
@@ -49,7 +49,7 @@ jobs:
49
pull-requests: write
50
steps:
51
- name: Check membership
52
- if: github.event.pull_request.user.login != 'renovate[bot]'
+ if: github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'dependabot[bot]'
53
uses: tspascoal/get-user-teams-membership@57e9f42acd78f4d0f496b3be4368fc5f62696662 # v3
54
id: teams
55
with:
0 commit comments