diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index a23313f..dd40342 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -4,11 +4,11 @@ on: types: [created] schedule: - cron: "0 0 * * *" # daily at 00:00 -permissions: - issues: write jobs: no-response: if: github.repository == 'ajeetdsouza/zoxide' + permissions: + issues: write runs-on: ubuntu-latest steps: - uses: lee-dohm/no-response@v0.5.0