-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changelog automation: update to work with consolidated a11y labels #52896
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
Size Change: -5 B (0%) Total Size: 1.44 MB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 💪
Flaky tests detected in b8707f0. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5646871827
|
What?
Updates the changelog automation to work with a single
Accessibility (a11y)
label for all accessibility-related PRs.Why?
As a result of #52583, all accessibility labels have been consolidated into:
Accessibility (a11y)
Needs accessibility feedback
How?
By removing the deprecated labels used in PRs from the changelog automation script:
[a11y] Color Contrast
[a11y] Keyboard & Focus
[a11y] Labelling
[a11y] Zooming
And updating the text fixtures accordingly.
Testing Instructions
Run
npm run test:unit bin/plugin/commands/test/changelog.js
.