-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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: use the correct label to filter Mobile app PRs #53024
Changelog automation: use the correct label to filter Mobile app PRs #53024
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.
LGTM 💪
Size Change: 0 B Total Size: 1.44 MB ℹ️ View Unchanged
|
Flaky tests detected in a7ba2aa. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5680114287
|
What?
Adapts the changelog automation script and its test fixtures to use the right label to filter out PRs related to the mobile app.
Why?
Mobile app-related PRs are not being filtered properly from the changelog.
How?
Instead of looking for a specific label, by filtering PRs that contain labels starting with the
Mobile App
prefix. This not only filters PRs with the updatedMobile App - i.e. Android or iOS
label but also less frequent labels likeMobile App - Release
andMobile App - Automation
.Testing Instructions
Run
npm run test:unit bin/plugin/commands/test/changelog.js
. Three more PRs will be filtered out now.