mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 03:04:43 +03:00
16 lines
300 B
YAML
16 lines
300 B
YAML
name: All checks pass
|
|
|
|
on:
|
|
pull_request:
|
|
merge_group:
|
|
|
|
jobs:
|
|
enforce-all-checks:
|
|
runs-on: ubuntu-latest
|
|
permissions:
|
|
checks: read
|
|
steps:
|
|
- name: GitHub Checks
|
|
uses: poseidon/wait-for-status-checks@v0.5.0
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }} |