unstale issues/prs on comments right away

f6f87f6d5b5017a838d6e3a96cdc29d7ccdd47d8

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +3 -2Ignore whitespace
.github/workflows/job-close-stale.yml+3 -2
@@ -4,8 +4,9 @@ on:
4 workflow_dispatch:4 workflow_dispatch:
5 schedule:5 schedule:
6 - cron: '0 0 * * *' # Runs every day at midnight UTC6 - cron: '0 0 * * *' # Runs every day at midnight UTC
7 issues:7 issue_comment:
8 types: [labeled, unlabeled, edited]8 types: [created]
9
910
10jobs:11jobs:
11 mark-inactivity:12 mark-inactivity: