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

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