Skip to content

Commit 01d5281

Browse files
authored
Update testing.yml
1 parent 812cba1 commit 01d5281

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/testing.yml

+3
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ jobs:
109109
runs-on: ubuntu-latest
110110
if: github.event.pull_request.user.login == 'dependabot[bot]'
111111
steps:
112+
- name: Ignore broken packages
113+
shell: bash -l {0}
114+
run: python .ci_support/checktitle.py "${{ github.event.pull_request.title }}"
112115
- name: Enable auto-merge for bot PRs
113116
run: gh pr merge --auto --squash "$PR_URL"
114117
env:

0 commit comments

Comments
 (0)