mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
tweak conditional
This commit is contained in:
@@ -33,7 +33,8 @@ jobs:
|
||||
# trigger "stale" removal immediately when stale issues are commented on
|
||||
# we need to explicitly check that the trigger does not run on comment on a PR as
|
||||
# 'issue_comment' triggers on issues AND PR comments
|
||||
if: github.event_name == 'issue_comment' && ${{ !github.event.issue.pull_request }}
|
||||
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#issue_comment-on-issues-only-or-pull-requests-only
|
||||
if: ${{ !github.event.issue.pull_request && github.event_name != 'schedule' }}
|
||||
permissions:
|
||||
contents: read # for actions/checkout
|
||||
issues: write # to edit issues label
|
||||
|
||||
Reference in New Issue
Block a user