Skip to content

feat: enable status-comment on archie, cloclo, and q workflows#21055

Merged
pelikhan merged 3 commits intomainfrom
copilot/enable-status-comment-on-workflows
Mar 15, 2026
Merged

feat: enable status-comment on archie, cloclo, and q workflows#21055
pelikhan merged 3 commits intomainfrom
copilot/enable-status-comment-on-workflows

Conversation

Copy link
Contributor

Copilot AI commented Mar 15, 2026

status-comment was decoupled from reaction (breaking change), requiring explicit opt-in. archie, cloclo, and q have custom run-started/run-success/run-failure messages defined but were silently not posting status comments.

Changes

  • archie.md / cloclo.md / q.md: Add status-comment: true to on: section
  • *.lock.yml: Recompiled
on:
  slash_command:
    name: q   # or archie, cloclo
  status-comment: true  # ← added
Original prompt

Enable status-comment on a and cloclo agent workflows.


🔒 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.

@pelikhan
Copy link
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
Copilot AI requested a review from pelikhan March 15, 2026 13:06
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Mar 15, 2026

@copilot also update "q" agentic workflow

Done — added status-comment: true to q.md and recompiled in e49adfe.

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
@pelikhan pelikhan marked this pull request as ready for review March 15, 2026 13:11
Copilot AI review requested due to automatic review settings March 15, 2026 13:11
@pelikhan pelikhan merged commit 0d6bf17 into main Mar 15, 2026
1 check passed
@pelikhan pelikhan deleted the copilot/enable-status-comment-on-workflows branch March 15, 2026 13:11
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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: true to the on: frontmatter section of archie.md, cloclo.md, and q.md
  • Recompiled the corresponding .lock.yml files, which adds the "Add comment with workflow run link" step in the activation job and the "Update reaction comment with completion status" step in the conclusion job

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.

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.

3 participants