We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6734874 + 1e97306 commit 316213aCopy full SHA for 316213a
1 file changed
.github/workflows/triage-issue-comments.yml
@@ -5,7 +5,7 @@ on:
5
6
jobs:
7
triage-issue-comments:
8
- if: github.repository == 'github/docs'
+ if: github.repository == 'github/docs' && github.event.issue.pull_request == null
9
runs-on: ubuntu-latest
10
11
steps:
0 commit comments