Open
Description
Describe the bug
merge wait_for_all_checks gets timed out waiting for all required checks to complete, resulting in a "skipped" status.
There are no failures on the action and in the checks.
To Reproduce
We're using the safe_changes example with rebase_on_merge.
run:
- action: add-label@v1
args:
label: 'safe-change'
- action: approve@v1
- action: add-comment@v1
args:
comment: |
This PR is considered a safe change and has been automatically approved.
- action: merge@v1
args:
wait_for_all_checks: true
rebase_on_merge: true
Expected behavior
Wait for all checks to complete or the specific action should be re-triggered on check results.
Screenshots
Additional context