Skip to content

Commit

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

0 comments on commit 778d9ca

Please sign in to comment.