diff --git a/.github/workflows/gh.yml b/.github/workflows/gh.yml index 71ac7d41..5da50606 100644 --- a/.github/workflows/gh.yml +++ b/.github/workflows/gh.yml @@ -15,5 +15,9 @@ jobs: runs-on: ubuntu-24.04 timeout-minutes: 15 steps: + - run: | + gh --version - run: | gh pr checks "${{ github.event.pull_request.html_url }}" --fail-fast --interval 3 --watch + env: + GH_TOKEN: ${{ github.token }}