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 812cba1 commit 01d5281Copy full SHA for 01d5281
.github/workflows/testing.yml
@@ -109,6 +109,9 @@ jobs:
109
runs-on: ubuntu-latest
110
if: github.event.pull_request.user.login == 'dependabot[bot]'
111
steps:
112
+ - name: Ignore broken packages
113
+ shell: bash -l {0}
114
+ run: python .ci_support/checktitle.py "${{ github.event.pull_request.title }}"
115
- name: Enable auto-merge for bot PRs
116
run: gh pr merge --auto --squash "$PR_URL"
117
env:
0 commit comments