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

[FEA] Automatically label new pull requests #1533

Open
amahussein opened this issue Feb 6, 2025 · 0 comments
Open

[FEA] Automatically label new pull requests #1533

amahussein opened this issue Feb 6, 2025 · 0 comments
Labels

Comments

@amahussein
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

We manually apply labels to our pull requests to make it easier to navigate and understand the changes in each PR.
There is a subset of labels that very common to use and it will be nice to have them being added automatically:

  1. core_tools: changes applied to the core scala module
  2. user_tools: Changes related to the python wrapper
  3. API-change: Changes that alter the output consumed by other external consumers (i.e. changing the API)
  4. ...

Describe the solution you'd like

Consider adding a github action to automatically add new labels to the pull-requests. We can limit that to merges going into dev.

The "Pull Request Labeler" https://github.com/actions/labeler seems to be an easy option to use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant