Skip to content

Commit

Permalink
docs: Add reviewer/assignee checklist items and improve label checker…
Browse files Browse the repository at this point in the history
… documentation formatting
  • Loading branch information
ginokent committed Jan 5, 2025
1 parent d8d6df9 commit fd22734
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
## Check List

- [ ] Assign labels
- [ ] Assign reviewers
- [ ] Assign assignees
- [ ] Add appropriate test cases

## Remark
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/label-checker.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fd22734

Please sign in to comment.