Skip to content

chore: try pr apis

chore: try pr apis #2

name: Pull Request Review Rules Enforcement
on:
pull_request:
jobs:
check-pull-request-merge-readiness:
steps:

Check failure on line 8 in .github/workflows/pull-request-review-rule-enforcer.yml

View workflow run for this annotation

GitHub Actions / Pull Request Review Rules Enforcement

Invalid workflow file

The workflow is not valid. .github/workflows/pull-request-review-rule-enforcer.yml (Line: 8, Col: 5): Required property is missing: runs-on
- name: Checkout Code
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
persist-credentials: false
- name: Check merge readiness
run: |
cd scripts
yarn install --immutable
yarn ts-node check-pull-request-merge-readiness.ts 13191 ${{ secrets.GITHUB_TOKEN }}