Skip to content

Commit

Permalink
update..
Browse files Browse the repository at this point in the history
  • Loading branch information
DevOpsDave committed Jan 10, 2024
1 parent bbb11a5 commit e662f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-for-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- run: echo "Release label is ${{ steps.release-label.outputs.level }}"

- name: Verify that a release label exists on the PR
- name: Fail if label does not exist
#if: ${{ ! ( contains(github.event.pull_request.labels.*.name, 'release/patch') || contains(github.event.pull_request.labels.*.name, 'release/minor') || contains(github.event.pull_request.labels.*.name, 'release/major') || contains(github.event.pull_request.labels.*.name, 'release/skip') ) }}
if: ${{ ( steps.release-label.outputs.level == null ) }}
run: echo "Please label your PR with a release label" && exit 1
Expand Down

0 comments on commit e662f25

Please sign in to comment.