Skip to content
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

Add automatic pull request labeling #8038

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Add automatic pull request labeling #8038

merged 1 commit into from
Oct 17, 2024

Commits on Oct 17, 2024

  1. Add automatic pull request labeling

    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
    mpuccio committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d28f929 View commit details
    Browse the repository at this point in the history