Skip to content

Commit

Permalink
del echo line
Browse files Browse the repository at this point in the history
  • Loading branch information
dimxy committed Dec 16, 2024
1 parent e86c257 commit 9514682
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
LABEL_NAMES: ${{ toJson(github.event.pull_request.labels.*.name) }}
run: |
echo "labels sum"
# echo contains(env.LABEL_NAMES, 'under review') + contains(env.LABEL_NAMES, 'in progress')
if: (contains(env.LABEL_NAMES, 'under review') + contains(env.LABEL_NAMES, 'in progress')) != 1
run: |
echo "PR must have "exactly one" of these labels: ['under review', 'in progress']."
Expand Down

0 comments on commit 9514682

Please sign in to comment.