for environment
This commit is contained in:
8
.github/workflows/check-mod.yml
vendored
8
.github/workflows/check-mod.yml
vendored
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user