diff --git a/.github/workflows/check-mod.yml b/.github/workflows/check-mod.yml index 06c1c26f..8829e1f0 100644 --- a/.github/workflows/check-mod.yml +++ b/.github/workflows/check-mod.yml @@ -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..."