From d36336707538893f00a47b7cc6030d6635033569 Mon Sep 17 00:00:00 2001 From: wolfy1339 <4595477+wolfy1339@users.noreply.github.com> Date: Tue, 8 Apr 2025 18:12:11 -0400 Subject: [PATCH] ci(immediate-response): ignore octokit app See https://github.com/octokit/maintainers/issues/34 --- .github/templates/immediate-response.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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