Conversation
This commit adds a new GitHub Actions workflow to automatically label pull requests based on the files changed. The workflow uses the `actions/labeler` action to apply labels to the pull request based on the configuration defined in the `.github/labeler.yml` file. The labels are defined for the following areas: - `alice3`: Changes to the ALICE3 project - `common`: Changes to the COMMON project - `infrastructure`: Changes to the project infrastructure (e.g., CI/CD, dependencies, packaging) - `dpg`: Changes to the DPG - `pwgcf`: Changes to the PWGCF - `pwgdq`: Changes to the PWGDQ - `pwgem`: Changes to the PWGEM - `pwghf`: Changes to the PWGHF - `pwgje`: Changes to the PWGJE - `pwglf`: Changes to the PWGLF and PWGMM projects - `pwgud`: Changes to the PWGUD project
f547359 to
2edb772
Compare
Collaborator
Author
|
@vkucera this should add the labels to all the PR, please have a look, thanks a lot! |
vkucera
reviewed
Oct 17, 2024
Collaborator
|
Thanks a lot @mpuccio ! This looks great! |
2edb772 to
ba907af
Compare
Collaborator
Author
|
Thanks a lot @vkucera, I implemented your suggestions! |
d576320 to
d28f929
Compare
ddobrigk
approved these changes
Oct 17, 2024
Collaborator
ddobrigk
left a comment
There was a problem hiding this comment.
thanks, this is very very nice!
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.
This commit adds a new GitHub Actions workflow to automatically label
pull requests based on the files changed. The workflow uses the
actions/labeleraction to apply labels to the pull request based onthe configuration defined in the
.github/labeler.ymlfile.The labels are defined for the following areas:
alice3: Changes to the ALICE3 projectcommon: Changes to the COMMON projectinfrastructure: Changes to the project infrastructure (e.g., CI/CD,dependencies, packaging)
dpg: Changes to the DPGpwgcf: Changes to the PWGCFpwgdq: Changes to the PWGDQpwgem: Changes to the PWGEMpwghf: Changes to the PWGHFpwgje: Changes to the PWGJEpwglf: Changes to the PWGLF and PWGMM projectspwgud: Changes to the PWGUD project