chore: Don't trigger comment-triage on PRs

This commit is contained in:
Nick Schonning 2020-11-02 18:19:59 -05:00
Родитель 99a9ee4b63
Коммит c1276ab70a
1 изменённых файлов: 1 добавлений и 1 удалений

2
.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: