Skip to content

Commit

Permalink
Update label check descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Martinez committed Jun 15, 2022
1 parent e93f29a commit 2dcbb65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/label-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
steps:
- name: Check for label
run: |
echo "Pull request is labeled as 'do not merge'"
echo "This workflow fails so that the pull request cannot be merged"
echo "Pull request is labeled as 'do not merge'!"
echo "This workflow fails so that the pull request cannot be merged!"
exit 1
require-semver:
if: |
Expand All @@ -26,7 +26,7 @@ jobs:
steps:
- name: Check for label
run: |
echo "Pull request is missing semver label!"
echo "Pull request is missing semver label! (patch/minor/major/skip-semver)!"
echo "This workflow fails so that the pull request cannot be merged!"
exit 1
require-category:
Expand All @@ -41,6 +41,6 @@ jobs:
steps:
- name: Check for label
run: |
echo "Pull request is missing category label (feature/fix/chore)!"
echo "Pull request is missing category label (feature/fix/chore/docs/dependencies)!"
echo "This workflow fails so that the pull request cannot be merged!"
exit 1

0 comments on commit 2dcbb65

Please sign in to comment.