-
Notifications
You must be signed in to change notification settings - Fork 683
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
ci: add automatic PR labeler #2266
Conversation
Signed-off-by: Shumpei Wakabayashi <[email protected]>
Signed-off-by: Shumpei Wakabayashi <[email protected]>
Signed-off-by: Shumpei Wakabayashi <[email protected]>
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.
Good idea, thanks! Added small comments.
@xmfcx Please comment if you have any thoughts. |
Signed-off-by: Shumpei Wakabayashi <[email protected]>
Thank you for fixing title. |
Signed-off-by: Shumpei Wakabayashi <[email protected]>
Signed-off-by: Shumpei Wakabayashi <[email protected]>
Signed-off-by: Shumpei Wakabayashi <[email protected]>
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.
I think it's okay to merge this and test it.
Signed-off-by: Shumpei Wakabayashi <[email protected]>
* feat(ci): add automatic pr labeler Signed-off-by: Shumpei Wakabayashi <[email protected]> * fix: yaml lint Signed-off-by: Shumpei Wakabayashi <[email protected]> * chore: rename label Signed-off-by: Shumpei Wakabayashi <[email protected]> * chore: fix style and add more labeling files Signed-off-by: Shumpei Wakabayashi <[email protected]> * chore: change name and path Signed-off-by: Shumpei Wakabayashi <[email protected]> * chore: add pull_request_target Signed-off-by: Shumpei Wakabayashi <[email protected]> * chore: update version Signed-off-by: Shumpei Wakabayashi <[email protected]> * chore: add .rst Signed-off-by: Shumpei Wakabayashi <[email protected]> Signed-off-by: Shumpei Wakabayashi <[email protected]> Signed-off-by: Kotaro Yoshimoto <[email protected]>
* feat(ci): add automatic pr labeler Signed-off-by: Shumpei Wakabayashi <[email protected]> * fix: yaml lint Signed-off-by: Shumpei Wakabayashi <[email protected]> * chore: rename label Signed-off-by: Shumpei Wakabayashi <[email protected]> * chore: fix style and add more labeling files Signed-off-by: Shumpei Wakabayashi <[email protected]> * chore: change name and path Signed-off-by: Shumpei Wakabayashi <[email protected]> * chore: add pull_request_target Signed-off-by: Shumpei Wakabayashi <[email protected]> * chore: update version Signed-off-by: Shumpei Wakabayashi <[email protected]> * chore: add .rst Signed-off-by: Shumpei Wakabayashi <[email protected]> Signed-off-by: Shumpei Wakabayashi <[email protected]> Signed-off-by: kminoda <[email protected]>
* feat(ci): add automatic pr labeler Signed-off-by: Shumpei Wakabayashi <[email protected]> * fix: yaml lint Signed-off-by: Shumpei Wakabayashi <[email protected]> * chore: rename label Signed-off-by: Shumpei Wakabayashi <[email protected]> * chore: fix style and add more labeling files Signed-off-by: Shumpei Wakabayashi <[email protected]> * chore: change name and path Signed-off-by: Shumpei Wakabayashi <[email protected]> * chore: add pull_request_target Signed-off-by: Shumpei Wakabayashi <[email protected]> * chore: update version Signed-off-by: Shumpei Wakabayashi <[email protected]> * chore: add .rst Signed-off-by: Shumpei Wakabayashi <[email protected]> Signed-off-by: Shumpei Wakabayashi <[email protected]> Signed-off-by: yoshiri <[email protected]>
Signed-off-by: Shumpei Wakabayashi [email protected]
Description
This PR labels opening PR automatically according to
label-path-mapping.yaml
once a commit is pushed.Labels helps to visualize what category the PR belongs to.
Related links
https://github.com/actions/labeler
Tests performed
I tested this in my private environment.
Notes for reviewers
LICENSE
,NOTICE
,*.repos
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.