You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
core_tools: changes applied to the core scala module
user_tools: Changes related to the python wrapper
API-change: Changes that alter the output consumed by other external consumers (i.e. changing the API)
...
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.
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:
core_tools
: changes applied to the core scala moduleuser_tools
: Changes related to the python wrapperAPI-change
: Changes that alter the output consumed by other external consumers (i.e. changing the API)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.
The text was updated successfully, but these errors were encountered: