diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml new file mode 100644 index 000000000..b3216fba3 --- /dev/null +++ b/.github/workflows/pr-checks.yaml @@ -0,0 +1,25 @@ +name: All checks passed +on: + pull_request: + types: + - opened + - synchronize + - reopened + - ready_for_review + - edited + - labeled + - unlabeled + +jobs: + check: + runs-on: ubuntu-latest + permissions: + checks: read + contents: read + steps: + - uses: wechuli/allcheckspassed@2e5e8bbc775f5680ed5d02e3a22e2fc7219792ac + with: + delay: '2' + retries: '30' + polling_interval: '1' + checks_exclude: 'Markdown link check' \ No newline at end of file