From fdf7c1b21640074929ae8cf7649468462c1a959c Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sun, 10 Sep 2023 12:31:31 +1200 Subject: [PATCH] ci: don't put a comment on PRs from dependabot or renovate (#358) As discussed in https://github.com/orgs/octokit/discussions/56, this will help reduce the noise a bit. --- .github/workflows/immediate-response.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/immediate-response.yml b/.github/workflows/immediate-response.yml index e62dae11..038fbc3a 100644 --- a/.github/workflows/immediate-response.yml +++ b/.github/workflows/immediate-response.yml @@ -11,6 +11,7 @@ on: - opened jobs: respond-to-issue: + if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }} runs-on: ubuntu-latest steps: - name: Determine issue or PR number