Skip to content

Add major release notes for pull_request_reviewer schema removal - #33797

Closed
gh-aw-bot with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-breaking-change-schema
Closed

Add major release notes for pull_request_reviewer schema removal#33797
gh-aw-bot with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-breaking-change-schema

Conversation

CopilotAI commented May 21, 2026

Copy link
Copy Markdown
Contributor

The daily breaking-change report identified a high-severity schema break: removal of on.pull_request_reviewer without major-version release metadata. This PR adds the required major changeset and explicit migration guidance so the break is documented and versioned correctly.

  • Release metadata

    • Added .changeset/major-remove-pull-request-reviewer.md with a major bump for gh-aw.
    • Captures the breaking schema change and states that no legacy compatibility is provided.
  • Migration guidance

    • Documented the supported replacement path from pull_request_reviewer to pull_request + slash_command.
  • Changelog update

    • Added a new entry under Breaking Changes in CHANGELOG.md describing impact, migration path, and semantic-versioning implications.
# Beforeon:
pull_request_reviewer: review# Afteron:
pull_request:
- ready_for_reviewslash_command: review

CopilotAI linked an issue May 21, 2026 that may be closed by this pull request
6 tasks
CopilotAI changed the title [WIP] Fix breaking change in main workflow schemaAdd major release notes for pull_request_reviewer schema removalMay 21, 2026
CopilotAI requested a review from gh-aw-botMay 21, 2026 16:14
@pelikhan

Copy link
Copy Markdown
Collaborator

@copilot this is a minor bump since it was a experimental feature

Copilot stopped work on behalf of pelikhan due to an error May 21, 2026 16:50
CopilotAI requested a review from pelikhanMay 21, 2026 16:50
@github-actions
github-actionsBot deleted the copilot/fix-breaking-change-schema branch May 29, 2026 03:01
Sign up for freeto 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.

[breaking-change] Daily Breaking Change Analysis - 2026-05-21

3 participants

@pelikhan@gh-aw-bot