diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml
index 68ed15e..cd8e1ea 100644
--- a/.github/workflows/pr-check.yml
+++ b/.github/workflows/pr-check.yml
@@ -22,6 +22,6 @@ jobs:
message: |
Before this PR can be merged, add one of the following labels:
* `major`
This PR will include a major update (non-backwards compatible changes to the data models)
- * `minor`
This PR will include a minor update (changes that extend on the current models)
+ * `minor`
This PR will include a minor update (changes that extend on the current data models)
* `patch`
This PR will include a patch update (small fixes like bugs, typos, etc.)
- * `non-release`
This PR is not related to the data model
+ * `non-release`
This PR is not related to the data models