diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index 2cd0074..a29ebc2 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -13,8 +13,10 @@ on: jobs: noResponse: runs-on: ubuntu-latest + permissions: + issues: write steps: - - uses: lee-dohm/no-response@v0.5.0 + - uses: lee-dohm/no-response@9bb0a4b5e6a45046f00353d5de7d90fb8bd773bb with: token: ${{ github.token }} daysUntilClose: 14