2022-04-07 15:02:25 +00:00
|
|
|
name: 'PR Gatekeeper'
|
|
|
|
|
|
|
|
on:
|
|
|
|
pull_request_review:
|
2022-04-08 09:25:50 +00:00
|
|
|
types: [submitted]
|
2022-04-07 15:02:25 +00:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
pr-gatekeeper:
|
|
|
|
name: PR Gatekeeper
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
- uses: octodemo/pr-gatekeeper@main
|
|
|
|
with:
|
|
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|