diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 20d8e75..a57dbe8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -19,6 +19,8 @@ ## Check List - [ ] Assign labels +- [ ] Assign reviewers +- [ ] Assign assignees - [ ] Add appropriate test cases ## Remark diff --git a/.github/workflows/label-checker.yml b/.github/workflows/label-checker.yml index a609a2b..7067328 100644 --- a/.github/workflows/label-checker.yml +++ b/.github/workflows/label-checker.yml @@ -1,15 +1,15 @@ name: label-checker -# Dependabot +# # Dependabot # gh label create --force "dependencies" --description "Pull requests that update a dependency file" --color 0366D6 # gh label create --force "go" --description "Pull requests that update Go code" --color 16E2E2 # gh label create --force "github_actions" --description "Pull requests that update GitHub Actions code" --color 000000 # gh label create --force "docker" --description "Pull requests that update Docker code" --color 21CEFF -# Renovate +# # Renovate # gh label create --force "renovate" --description "Renovate" --color 009485 -# Commit prefix +# # Commit prefix # gh label create --force "BREAKING CHANGE" --description "BREAKING CHANGES" --color FF0303 # gh label create --force "build" --description "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)" --color 5319E7 # gh label create --force "ci" --description "Changes to our CI configuration files and scripts (examples: CircleCi, SauceLabs)" --color 53C4EE