From 62518dcaacfcdd5acc68602c5f7225f08a260494 Mon Sep 17 00:00:00 2001 From: Verena Chung <9377970+vpchung@users.noreply.github.com> Date: Thu, 29 Feb 2024 14:41:36 -0800 Subject: [PATCH] pr-check workflow: use consistent language --- .github/workflows/pr-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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