Skip to content

Commit 591ad18

Browse files
authored
fix(ci): do not fail without "closes #" in Dependabot PRs (#1503)
1 parent df04ef7 commit 591ad18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bouncer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
151151
# pr close issue limits
152152
- name: "Check that there is no more than ${{ env.MAX_ISSUES_PER_PR }} linked issues"
153-
if: ${{ !cancelled() }}
153+
if: ${{ !cancelled() && github.event.pull_request.user.login != 'dependabot[bot]' }}
154154
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
155155
with:
156156
script: |

0 commit comments

Comments
 (0)