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 14a78d9 commit 18b4dfdCopy full SHA for 18b4dfd
1 file changed
.github/workflows/update.yml
@@ -34,7 +34,7 @@ jobs:
34
repo-token: ${{ secrets.GITHUB_TOKEN }}
35
wait-interval: 30 # seconds
36
running-workflow-name: dependencies # wait for all checks except this one
37
- allowed-conclusions: success,skipped,cancelled # all other checks must pass, being skipped or cancelled is not sufficient
+ allowed-conclusions: success,skipped,cancelled,neutral # all other checks must pass, being skipped or cancelled is not sufficient
38
39
- name: Auto-merge dependabot PRs
40
# Don't merge updates to GitHub Actions versions automatically.
0 commit comments