From 69f0ede0c623521a3da4111bfd769bccd76a57f8 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Mon, 28 Dec 2020 21:45:54 +0100 Subject: [PATCH] Also check for PRs --- .github/workflows/label_comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label_comment.yml b/.github/workflows/label_comment.yml index b67d24c..e81fa87 100644 --- a/.github/workflows/label_comment.yml +++ b/.github/workflows/label_comment.yml @@ -12,7 +12,7 @@ on: jobs: give_comment: - if: github.event.issue.state == 'open' + if: github.event.issue.state == 'open' || github.event.pull_request.state == 'open' runs-on: ubuntu-latest steps: - name: Checkout Code