Also check for PRs

This commit is contained in:
Andre_601 2020-12-28 21:45:54 +01:00 committed by GitHub
parent 480f13a3ce
commit 69f0ede0c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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