diff --git a/.github/workflows/react-doctor.yml b/.github/workflows/react-doctor.yml index 91e74c3..db73156 100644 --- a/.github/workflows/react-doctor.yml +++ b/.github/workflows/react-doctor.yml @@ -3,10 +3,14 @@ name: React Doctor on: pull_request: branches: [master] + push: + branches: [master] permissions: contents: read pull-requests: write + issues: write + statuses: write concurrency: group: react-doctor-${{ github.event.pull_request.number || github.ref }} @@ -18,5 +22,6 @@ jobs: steps: - uses: actions/checkout@v7 with: + fetch-depth: 0 persist-credentials: false - - uses: millionco/react-doctor@964622bf15fa5f8eef7e05196407aa08dc779087 # v2.2.7 + - uses: millionco/react-doctor@01820bb4fd4d0a4aebcd8df2b2a143a098649cb2