-
Notifications
You must be signed in to change notification settings - Fork 7
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
Upgrade to labeler 5.0.0 #211
Conversation
8022eec
to
f12b7e4
Compare
This also fix the matching rules, that were broken, probably because the version before 5.0.0 didn't support the flexible glob matching or it was misused. Signed-off-by: Leandro Lucarella <[email protected]>
Signed-off-by: Leandro Lucarella <[email protected]>
Signed-off-by: Leandro Lucarella <[email protected]>
RELEASE_NOTES.md
Outdated
@@ -24,6 +24,36 @@ To upgrade without regenerating the project, you can follow these steps: | |||
|
|||
Go to the repository settings -> **Rules** -> **Rulesets** -> **Protect version branches** -> **Bypass list** -> **Add bypass** -> Select **Maintain** role and change the dropdown bypass rule to use **Pull requests** instead of **Always**. | |||
|
|||
- The `labeler` action was upgraded to 5.0.0. This needs a new configuration file. | |||
|
|||
If you didn't diverged much from the default configuration (and you are not using exclusion rules), you can update the configution file by running this script in the root of your repository: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
*didn't diverge
or haven't diverged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
configution
=> configuration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to fix both typos. Thanks!
Signed-off-by: Leandro Lucarella <[email protected]>
This also fix the matching rules, that were broken, probably because the version before 5.0.0 didn't support the flexible glob matching or it was misused.
Fixes #194.