Skip to content

Commit

Permalink
pr-check workflow: use consistent language
Browse files Browse the repository at this point in the history
  • Loading branch information
vpchung authored Feb 29, 2024
1 parent e30ec21 commit 62518dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
message: |
Before this PR can be merged, add one of the following labels:
* `major`<br/>This PR will include a major update (non-backwards compatible changes to the data models)<br/><br/>
* `minor`<br/>This PR will include a minor update (changes that extend on the current models)<br/><br/>
* `minor`<br/>This PR will include a minor update (changes that extend on the current data models)<br/><br/>
* `patch`<br/>This PR will include a patch update (small fixes like bugs, typos, etc.)<br/><br/>
* `non-release`<br/>This PR is not related to the data model
* `non-release`<br/>This PR is not related to the data models

0 comments on commit 62518dc

Please sign in to comment.