Skip to content

Commit

Permalink
update statuses list
Browse files Browse the repository at this point in the history
  • Loading branch information
laruh committed Dec 16, 2024
1 parent 456eb17 commit f5e77e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ jobs:
env:
LABEL_NAMES: ${{ toJson(github.event.pull_request.labels.*.name) }}
if: >
contains(env.LABEL_NAMES, 'status: pending review') ==
contains(env.LABEL_NAMES, 'status: in progress') ==
contains(env.LABEL_NAMES, 'status: pending review')
contains(env.LABEL_NAMES, 'status: blocked')
run: |
echo "PR must have exactly one of these labels: ['status: in progress', 'status: pending review']."
echo "PR must have exactly one of these labels: ['status: pending review', 'status: in progress', 'status: blocked']."
exit 1

0 comments on commit f5e77e0

Please sign in to comment.