Files
the-nexus/.gitea/workflows/review_gate.yml
Bezalel b445c04037
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
Staging Verification Gate / verify-staging (push) Has been cancelled
feat(ci): staging verification gate + review approval gate (#1095, #1098)
2026-04-07 14:58:39 +00:00

22 lines
553 B
YAML

name: Review Approval Gate
on:
pull_request:
branches: [main]
jobs:
verify-review:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Verify PR has approving review
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
GITEA_URL: ${{ vars.GITEA_URL || 'https://forge.alexanderwhitestone.com' }}
GITEA_REPO: Timmy_Foundation/the-nexus
PR_NUMBER: ${{ gitea.event.pull_request.number }}
run: |
python3 scripts/review_gate.py