Skip to content

Add major release notes for pull_request_reviewer schema removal#33797

Closed
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
Copilot wants to merge 1 commit into
mainfrom
copilot/fix-breaking-change-schema

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 21, 2026

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.
# Before
on:
  pull_request_reviewer: review

# After
on:
  pull_request:
    - ready_for_review
  slash_command: review

Copilot AI linked an issue May 21, 2026 that may be closed by this pull request
6 tasks
Copilot AI changed the title [WIP] Fix breaking change in main workflow schema Add major release notes for pull_request_reviewer schema removal May 21, 2026
Copilot AI requested a review from gh-aw-bot May 21, 2026 16:14
@pelikhan
Copy link
Copy Markdown
Collaborator

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

@pelikhan pelikhan closed this May 21, 2026
Copilot stopped work on behalf of pelikhan due to an error May 21, 2026 16:50
Copilot AI requested a review from pelikhan May 21, 2026 16:50
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.

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

3 participants