Skip to content

Update reviewer skill: never request changes, always use COMMENT#25747

Open
rolfbjarne wants to merge 2 commits into
mainfrom
dev/rolf/update-reviewer-skill
Open

Update reviewer skill: never request changes, always use COMMENT#25747
rolfbjarne wants to merge 2 commits into
mainfrom
dev/rolf/update-reviewer-skill

Conversation

@rolfbjarne

Copy link
Copy Markdown
Member

Remove REQUEST_CHANGES from allowed review events and update instructions in
both the workflow file and SKILL.md to always submit COMMENT reviews. The
supersede-older-reviews setting was already enabled to hide previous review
comments as outdated.

🤖 Pull request created by Copilot

rolfbjarne and others added 2 commits June 19, 2026 09:10
Remove REQUEST_CHANGES from allowed review events and update instructions
in both the workflow file and SKILL.md to always submit COMMENT reviews.
The supersede-older-reviews setting was already enabled to hide previous
review comments as outdated.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@rolfbjarne rolfbjarne marked this pull request as ready for review June 19, 2026 10:58
Copilot AI review requested due to automatic review settings June 19, 2026 10:58
@rolfbjarne rolfbjarne enabled auto-merge (squash) June 19, 2026 10:58

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the macios reviewer agent configuration and documentation to always submit GitHub PR reviews as COMMENT, removing REQUEST_CHANGES from the allowed review event types. This aligns the workflow behavior with the already-enabled supersede-older-reviews setting so prior reviews are superseded without using “Changes requested”.

Changes:

  • Restrict the reviewer workflow’s allowed review events to COMMENT only.
  • Update reviewer instructions in the workflow markdown and SKILL.md to explicitly “always use COMMENT”.
  • Regenerate the compiled .lock.yml workflow to reflect the updated safe-outputs configuration.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/macios-reviewer.md Removes REQUEST_CHANGES from allowed review events and updates instruction text to always submit COMMENT.
.github/workflows/macios-reviewer.lock.yml Regenerated lock workflow to enforce COMMENT-only in safe-outputs config/handler.
.github/skills/macios-reviewer/SKILL.md Updates skill guidance to always submit COMMENT (never REQUEST_CHANGES or APPROVE).

Comment on lines +497 to +499
cat > "${RUNNER_TEMP}/gh-aw/safeoutputs/config.json" << 'GH_AW_SAFE_OUTPUTS_CONFIG_5d90b3a923aee92f_EOF'
{"create_pull_request_review_comment":{"max":50,"side":"RIGHT"},"create_report_incomplete_issue":{},"missing_data":{},"missing_tool":{},"noop":{"max":1,"report-as-issue":"true"},"report_incomplete":{},"submit_pull_request_review":{"allowed_events":["COMMENT"],"max":1,"supersede_older_reviews":true}}
GH_AW_SAFE_OUTPUTS_CONFIG_5d90b3a923aee92f_EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants