Skip to content

Commit 18b4dfd

Browse files
committed
ci: update allowed-conclusions of auto-merge workflow
1 parent 14a78d9 commit 18b4dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
repo-token: ${{ secrets.GITHUB_TOKEN }}
3535
wait-interval: 30 # seconds
3636
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
37+
allowed-conclusions: success,skipped,cancelled,neutral # all other checks must pass, being skipped or cancelled is not sufficient
3838

3939
- name: Auto-merge dependabot PRs
4040
# Don't merge updates to GitHub Actions versions automatically.

0 commit comments

Comments
 (0)