feat: enable status-comment on archie, cloclo, and q workflows#21055
Merged
feat: enable status-comment on archie, cloclo, and q workflows#21055
Conversation
Contributor
|
@copilot also update "q" agentic workflow |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add status-comment to a and cloclo agent workflows
feat: enable status-comment on archie and cloclo workflows
Mar 15, 2026
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
feat: enable status-comment on archie and cloclo workflows
feat: enable status-comment on archie, cloclo, and q workflows
Mar 15, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR enables the status-comment feature on three agent workflows (archie, cloclo, and q) that previously had custom status messages defined but were not posting status comments after status-comment was decoupled from reaction as a breaking change.
Changes:
- Added
status-comment: trueto theon:frontmatter section ofarchie.md,cloclo.md, andq.md - Recompiled the corresponding
.lock.ymlfiles, which adds the "Add comment with workflow run link" step in theactivationjob and the "Update reaction comment with completion status" step in theconclusionjob
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/archie.md |
Added status-comment: true to enable status comments |
.github/workflows/cloclo.md |
Added status-comment: true to enable status comments |
.github/workflows/q.md |
Added status-comment: true to enable status comments |
.github/workflows/archie.lock.yml |
Recompiled lock file with status comment steps and updated outputs |
.github/workflows/cloclo.lock.yml |
Recompiled lock file with status comment steps and updated outputs |
.github/workflows/q.lock.yml |
Recompiled lock file with status comment steps and updated outputs |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
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.
status-commentwas decoupled fromreaction(breaking change), requiring explicit opt-in.archie,cloclo, andqhave customrun-started/run-success/run-failuremessages defined but were silently not posting status comments.Changes
archie.md/cloclo.md/q.md: Addstatus-comment: truetoon:section*.lock.yml: RecompiledOriginal prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.