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