Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot committed Dec 16, 2023
1 parent 7a6e1c6 commit e784f60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr-timing-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
if [ $AGE_IN_DAYS -lt 7 ]; then
if [[ $(echo "${{ github.event.pull_request.labels.*.name }}" | grep -c 'pr: fast merge') -eq 0 ]]; then
echo "PR is less than 7 days old (${{$AGE_IN_DAYS}}) and does not have the 'pr: fast merge' label."
echo "${{ github.event.pull_request.labels.*.name }}"
exit 1
fi
Expand Down

0 comments on commit e784f60

Please sign in to comment.