From c1276ab70a12045312e2babaf7edf57c67662cae Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Mon, 2 Nov 2020 18:19:59 -0500 Subject: [PATCH] chore: Don't trigger comment-triage on PRs --- .github/workflows/triage-issue-comments.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triage-issue-comments.yml b/.github/workflows/triage-issue-comments.yml index 75c8dd5bd9..8c0179bea6 100644 --- a/.github/workflows/triage-issue-comments.yml +++ b/.github/workflows/triage-issue-comments.yml @@ -5,7 +5,7 @@ on: jobs: triage-issue-comments: - if: github.repository == 'github/docs' + if: github.repository == 'github/docs' && github.event.issue.pull_request == null runs-on: ubuntu-latest steps: