Conversation
…tra runs Comments posted by ci-issue-gate.yml and issue-native-automation.yml are themselves issue events that fan back into issue-state-guard.yml, adding cascading runs for every status transition. The information they carry (CI pass/fail, branch readiness, implementation kickoff instructions) is directly observable through CI check status, labels, and branch existence. - ci-issue-gate.yml: remove CI-failure and CI-pass createComment calls; setStatus() label transitions are unchanged - issue-native-automation.yml: remove "Issue is ready", "Implementation kickoff", and "Gate 1 approved" comments; retain the two error-guard comments that signal misconfiguration (not routine flow) Closes #151 https://claude.ai/code/session_017HzYmALW9iWXDXnoHhxxyP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ci-issue-gate.yml— remove CI-failure and CI-passcreateCommentcalls;setStatus()label transitions are unchangedissue-native-automation.yml— remove "Issue is ready", "Implementation kickoff", and "Gate 1 approved" comments; retain the two error-guard comments that signal misconfigurationEach comment posted by automation is an issue event that fans back into
issue-state-guard.yml(and potentiallyissue-native-automation.yml), adding cascading runs per status transition. The removed comments carry information already observable through CI check status, labels, and branch existence — agents and developers don't need a comment to know CI passed or a branch was created.Test plan
bash tests/workflow-config.sh— all 56 assertions pass, no regressionsstatus/in-progresswithout a commentstatus/reviewwithout a commentCloses #151"
Generated by Claude Code