Skip to content

chore: simplify CI wait command in CLAUDE.md#72

Open
cuioss-oliver wants to merge 2 commits intomainfrom
chore/simplify-ci-wait-command
Open

chore: simplify CI wait command in CLAUDE.md#72
cuioss-oliver wants to merge 2 commits intomainfrom
chore/simplify-ci-wait-command

Conversation

@cuioss-oliver
Copy link
Collaborator

Summary

  • Replace redundant while ! gh pr checks --watch; do sleep 60; done with gh pr checks --watch
  • gh pr checks --watch already blocks until checks complete, making the while-loop unnecessary
  • The old pattern could also loop forever on legitimate check failures

🤖 Generated with Claude Code

cuioss-oliver and others added 2 commits February 6, 2026 23:04
Replace redundant `while ! gh pr checks --watch; do sleep 60; done`
with `gh pr checks --watch` which already blocks until checks complete.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
gh pr checks --watch auto-detects the PR from the current branch,
so --repo and <pr-number> are unnecessary.

Co-Authored-By: Claude Opus 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