-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add Check Require Label GitHub Actions Workflow #13
Conversation
PR Description updated to latest commit (67be4af) |
PR Review
Code feedback:
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
a109f2b
to
f4c505f
Compare
User description
close #12
Type
enhancement, configuration changes
Description
labeled
,unlabeled
,reopened
を追加して、より多様なイベントでワークフローが動作するように変更opened
またはsynchronize
のアクションに限定し、その他のアクションではラベル付与をスキップcheck-require-label
を追加し、プルリクエストにbug
,chore
,dependencies
,documentation
,enhancement
,refactor
,release
のいずれかのラベルがない場合にエラーを出すように設定Changes walkthrough
assign-label.yaml
GitHub Actionsのワークフロー更新: ラベル管理と必須チェック追加
.github/workflows/assign-label.yaml
labeled
,unlabeled
,reopened
を追加opened
またはsynchronize
の場合に限定