From 5a14be656cda37a63b99f47cd3c0acffe13ec99c Mon Sep 17 00:00:00 2001 From: Marek Michali Date: Fri, 20 Sep 2024 07:49:01 +0200 Subject: [PATCH] Add tide alternative --- .github/workflows/pr-checks.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/pr-checks.yaml 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