Conversation
…changelog to description - Accept "Revert ..." titles from GitHub's revert functionality in pr-title-check.yml - Remove [skip changelog] prefix support from PR titles - Update changelog.yml to check for [skip changelog] in PR description instead of title - Update CONTRIBUTING.md to document both changes 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the PR title validation to accept GitHub revert titles and moves the “[skip changelog]” check from the title to the PR description. Key changes include:
- Updating the regex in pr-title-check.yml to accept “Revert ..." titles and remove the “[skip changelog]” prefix support from PR titles.
- Modifying changelog.yml to look for “[skip changelog]” in the PR description instead.
- Updating CONTRIBUTING.md and related workflow documents to reflect these changes.
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| CONTRIBUTING.md | Updated documentation for title conventions and changelog management instructions. |
| .github/workflows/pr-title-check.yml | Updated title validation regex to support GitHub revert titles and remove skip changelog support. |
| .github/workflows/changelog.yml | Changed condition to check the PR description for “[skip changelog]” instead of the title. |
| .github/workflows/CLAUDE.md | Added reference to AGENTS.md. |
| .github/workflows/AGENTS.md | Added documentation for validation workflows with a minor markdown syntax issue. |
Comments suppressed due to low confidence (1)
.github/workflows/AGENTS.md:6
- There appears to be an extra closing bracket in the markdown link. Please remove the stray ']' after CONTRIBUTING.md to ensure correct formatting.
- **CRITICAL**: Changes to validation logic MUST be reflected in CONTRIBUTING.md](../../CONTRIBUTING.md). CONTRIBUTING.md and enforcement workflows should be kept in sync.
rjan90
approved these changes
Jun 9, 2025
8 tasks
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.
Summary
Test plan
Additional notes