diff --git a/.github/templates/immediate-response.yml b/.github/templates/immediate-response.yml index 8a29b20..7dee45d 100644 --- a/.github/templates/immediate-response.yml +++ b/.github/templates/immediate-response.yml @@ -11,7 +11,7 @@ on: - opened jobs: respond-to-issue: - if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' && github.actor != 'githubactions[bot]' && github.actor != 'octokitbot' }} + if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' && github.actor != 'githubactions[bot]' && github.actor != 'octokitbot' && github.actor != 'octokit[bot]' }} runs-on: ubuntu-latest steps: - name: Determine issue or PR number