-
Notifications
You must be signed in to change notification settings - Fork 297
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
Development
: Add labels for modules
#9374
Conversation
WalkthroughThe changes include the addition of multiple new labels in the Changes
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
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.
Actionable comments posted: 3
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: ASSERTIVE
📒 Files selected for processing (2)
- .github/labeler.yml (1 hunks)
- .github/workflows/pullrequest-labeler.yml (1 hunks)
🔇 Additional comments (1)
.github/workflows/pullrequest-labeler.yml (1)
Line range hint
1-11
: Verify the labeler configuration and test the workflow.The addition of
sync-labels: true
is a significant change that will affect all future pull requests. While this enhancement aligns well with the project's modularization efforts, it's crucial to ensure it works as expected.Please perform the following verifications:
- Check the
.github/labeler.yml
file to ensure all module labels are correctly defined.- Test the workflow with a sample PR that touches multiple modules, then remove changes from one module to verify label removal.
Run the following script to verify the labeler configuration:
This script will help ensure that the labeler configuration is complete and correctly formatted.
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.
Development
: Add pr labels for modulesDevelopment
: Add labels for modules
Checklist
General
Motivation and Context
With recent efforts to restructure Artemis into modules it possible to automatically label PRs to signal which modules are affected by the changes. This can improve the review workflow for our developers and help maintainers to check for open PRs that relate to their modules.
Description
This PR
sync-lables
flag of the action totrue
such that labels are not only added, but also automatically removed if changes are revertedReview Progress
Code Review
Summary by CodeRabbit
These changes aim to improve organization and management of project files, making it easier for contributors to navigate and understand the codebase.