mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 03:51:49 +01:00
Enforce Changes Required label as well
Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user