mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-09 22:21:49 +01:00
Also check for PRs
This commit is contained in:
parent
480f13a3ce
commit
69f0ede0c6
2
.github/workflows/label_comment.yml
vendored
2
.github/workflows/label_comment.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user