[CI] Fix auto-merge sync when checks conclude neutral (#4790)

This commit is contained in:
Marc Kelechava
2026-02-18 14:44:35 -08:00
committed by GitHub
parent e3b6d22fb6
commit bf92eea8ea

View File

@@ -20,6 +20,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10 wait-interval: 10
ignore-checks: auto-merge ignore-checks: auto-merge
allowed-conclusions: success, skipped, neutral
- name: Set token for author - name: Set token for author
id: set-token id: set-token
run: | run: |