Skip to content

fix(ci): set fail-on-no-checks=false in auto-merge workflow#8

Open
the-mace wants to merge 1 commit intomainfrom
claude/cool-nobel
Open

fix(ci): set fail-on-no-checks=false in auto-merge workflow#8
the-mace wants to merge 1 commit intomainfrom
claude/cool-nobel

Conversation

@the-mace
Copy link
Owner

@the-mace the-mace commented Mar 2, 2026

Summary

  • The lewagon/wait-on-check-action was bailing out immediately because the All checks passed check hadn't been queued yet when the auto-merge job started
  • Adding fail-on-no-checks: false makes it retry until the check appears instead of failing

Test plan

  • Open a dependabot PR and verify the auto-merge workflow waits for CI to complete before merging

🤖 Generated with Claude Code

The lewagon/wait-on-check-action was failing immediately when the
'All checks passed' check hadn't been queued yet (auto-merge runs
before CI spins up). With fail-on-no-checks=false it will keep
retrying until the check appears.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant