1
0

for environment

This commit is contained in:
Ö. Efe D.
2025-01-01 21:47:16 +01:00
parent 32cb727a85
commit 51957c1507

View File

@@ -71,3 +71,11 @@ jobs:
files: |
mods/*/meta.json
review-and-approve:
needs: validate # This job will only run after 'validate' completes successfully.
runs-on: ubuntu-latest
environment:
name: mod-review # This is the environment you created earlier.
steps:
- name: Await Approval from Maintainers
run: echo "Waiting for manual approval by maintainers..."