Skip to content

Commit

Permalink
feat: Add check job (#3687)
Browse files Browse the repository at this point in the history
* add check job

* fmt

* unify types
  • Loading branch information
dbadura authored Feb 11, 2025
1 parent a38f58b commit 17398e0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pr-all-checks-passed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: All Checks passed
on:
pull_request:
types: [ opened, edited, synchronize, reopened, ready_for_review ]
merge_group:
jobs:
all-checks:
runs-on: ubuntu-latest
permissions:
checks: read
contents: read
steps:
- uses: wechuli/allcheckspassed@2e5e8bbc775f5680ed5d02e3a22e2fc7219792ac
with:
retries: '40'
polling_interval: '1'

0 comments on commit 17398e0

Please sign in to comment.