Classify admin-ui and dataviews to components#76959
Conversation
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Warning: Type of PR label mismatch To merge this PR, it requires exactly 1 label indicating the type of PR. Other labels are optional and not being checked here.
Read more about Type labels in Gutenberg. Don't worry if you don't have the required permissions to add labels; the PR reviewer should be able to help with the task. |
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
| '[Package] Block editor': 'Block Editor', | ||
| '[Package] Block library': 'Block Library', | ||
| '[Package] DataViews': 'DataViews', | ||
| '[Package] DataViews': 'Components', |
There was a problem hiding this comment.
This may be a bit more controversial. Happy to revert if folks thing this merits its own category.
|
Size Change: 0 B Total Size: 7.73 MB ℹ️ View Unchanged
|
😂 I'll have you know that I recommended very similarly in a related previous Slack discussion! |
|
Flaky tests detected in fe984f5. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/23854363254
|
Co-authored-by: oandregal <oandregal@git.wordpress.org> Co-authored-by: mcsf <mcsf@git.wordpress.org>
Co-authored-by: oandregal <oandregal@git.wordpress.org> Co-authored-by: mcsf <mcsf@git.wordpress.org>
What?
This PR classifies the PRs in the admin-ui packages as "components" PR, so they become part of that group when generating the changelog.
Why?
So it requires less manual intervention.
How to test
If you run
npm run other:changelog -- --milestone="Gutenberg 16.2"(with the corresponding milestone), the PRs for the admin-ui package should be within the components group and not top-level.