Skip to content

Commit

Permalink
del echo
Browse files Browse the repository at this point in the history
  • Loading branch information
dimxy committed Dec 16, 2024
1 parent b2eeba2 commit e86c257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ 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')
# 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 e86c257

Please sign in to comment.