mirror of
https://github.com/pi-hole/PADD.git
synced 2026-04-19 00:04:20 +01:00
Tweak to the conditional
This commit is contained in:
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -33,7 +33,7 @@ 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 }}
|
||||
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