Skip to content

Commit

Permalink
fix: improve copy
Browse files Browse the repository at this point in the history
Co-authored-by: Will Cameron <[email protected]>
  • Loading branch information
kyranjamie and camerow committed Mar 5, 2025
1 parent dd4726f commit 6e753a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-guard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: 'PR missing information'
if: contains(join(github.event.pull_request.labels.*.name, ' '), 'needs:')
run: |
echo "::error::PR build failed due to unmet requirements. See labels added."
echo "::error::PR build failed due to unmet requirements. All labels prefixed with `needs:` should be addressed. Once the change is made and the PR is updated you may remove the label."
exit 1
- name: PR build passed
Expand Down

0 comments on commit 6e753a5

Please sign in to comment.