Skip to content

Commit 1e97306

Browse files
authored
Merge pull request #1000 from nschonni/skip-comment-triage-on-prs
chore: Don't trigger comment-triage on PRs
2 parents d478cc3 + 690ab25 commit 1e97306

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/triage-issue-comments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
triage-issue-comments:
8-
if: github.repository == 'github/docs'
8+
if: github.repository == 'github/docs' && github.event.issue.pull_request == null
99
runs-on: ubuntu-latest
1010

1111
steps:

0 commit comments

Comments
 (0)