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 df04ef7 commit 591ad18Copy full SHA for 591ad18
.github/workflows/bouncer.yml
@@ -150,7 +150,7 @@ jobs:
150
151
# pr close issue limits
152
- name: "Check that there is no more than ${{ env.MAX_ISSUES_PER_PR }} linked issues"
153
- if: ${{ !cancelled() }}
+ if: ${{ !cancelled() && github.event.pull_request.user.login != 'dependabot[bot]' }}
154
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
155
with:
156
script: |
0 commit comments