fix: clarify issue format guard label message - #2971
Conversation
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe pull request updates cleanup log messages in the main and consumer-repository issue format guard workflows. Both messages now state that the stale ChangesIssue format guard logging
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested labels: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Workflow source neededPR #2971 needs either a linked GitHub issue or one valid non-issue Workflow Source before PR metadata automation can manage it safely. Please do one of:
Once a valid source is present, this warning will not be reposted. |
Automated Status SummaryHead SHA: ce28bba
Coverage Overview
Updated automatically; will refresh on subsequent CI/Docker completions. Keepalive checklistScopeNo scope information available Tasks
Acceptance criteria
|
There was a problem hiding this comment.
Pull request overview
Clarifies the log output emitted when the workflow removes a stale agents:formatted label after detecting an invalid issue body, making it explicit that the label removal is independent of any subsequent rerouting/dispatch behavior. This update is applied to both the canonical workflow and the synced consumer template to keep them aligned.
Changes:
- Update the success-path
echomessage after removingagents:formattedto say it cleared a stale marker (instead of implying rerouting). - Apply the same message update to
templates/consumer-repo/to avoid template drift.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/agents-issue-format-guard.yml |
Updates the label-removal log message to accurately describe clearing a stale agents:formatted marker. |
templates/consumer-repo/.github/workflows/agents-issue-format-guard.yml |
Mirrors the same log message update in the consumer template to keep it in sync with the canonical workflow. |
Clarifies that an invalid issue clears the stale
agents:formattedmarker regardless of whether the issue is eligible for optimizer routing. Updates the canonical workflow and synced consumer template together.\n\nValidation:python -m pytest -q tests/scripts/test_issue_format.py;python scripts/sync_tool_versions.py --check;git diff --check.Summary by CodeRabbit
agents:formattedlabel is cleared.