Skip to content

feat(ci): remove informational workflow comments that cascade into extra runs - #152

Merged
Mpfk merged 1 commit into
mainfrom
issue/151
Jun 15, 2026
Merged

feat(ci): remove informational workflow comments that cascade into extra runs#152
Mpfk merged 1 commit into
mainfrom
issue/151

Conversation

@Mpfk

@Mpfk Mpfk commented Jun 15, 2026

Copy link
Copy Markdown
Owner

Summary

  • 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

Each comment posted by automation is an issue event that fans back into issue-state-guard.yml (and potentially issue-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 regressions
  • Trigger a status transition via label change — confirm no comment is posted, label still updates correctly
  • CI failure on a PR — confirm issue moves to status/in-progress without a comment
  • CI pass on a draft PR — confirm issue moves to status/review without a comment

Closes #151"


Generated by Claude Code

…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
@Mpfk
Mpfk marked this pull request as ready for review June 15, 2026 02:47
@Mpfk
Mpfk merged commit 29c3691 into main Jun 15, 2026
4 checks passed
@github-actions
github-actions Bot deleted the issue/151 branch June 15, 2026 02:48
@Mpfk Mpfk mentioned this pull request Jun 15, 2026
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.

Remove informational workflow comments that cascade into extra Actions runs

2 participants