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
This GitHub Action automatically adds given labels to pull requests based on the title of the pull request.
4
20
5
21
It does this by checking if the title of the pull request contains any word or phrase enclosed in a bracket (eg `[HOTFIX]: This is a hotfix`); if it does, it automatically adds the label to the pull request.
0 commit comments