diff --git a/.github/workflows/pr-timing-checker.yml b/.github/workflows/pr-timing-checker.yml index 49765bd8796..f05d1b2f963 100644 --- a/.github/workflows/pr-timing-checker.yml +++ b/.github/workflows/pr-timing-checker.yml @@ -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