Enforce Changes Required label as well

Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
This commit is contained in:
Cody Brittain
2026-02-21 09:02:22 -05:00
committed by GitHub
parent a68509ede0
commit 844c4cf497
@@ -26,3 +26,9 @@ jobs:
run: |
echo "Pull request is labelled Do Not Merge and cannot be merged in this state. Refer to the developer who set this label for information."
exit 1
- name: Enforce Changes Required Label
if: contains(github.event.pull_request.labels.*.name, 'Changes Required')
run: |
echo "Pull request is labelled Changes Required and cannot be merged in this state. Refer to the developer who set this label for information."
exit 1