Trigger stale workflow on issue comments to remove stale label immediately

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2023-04-15 10:32:31 +02:00
parent a89285c53a
commit 7353d8dbcb
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ on:
schedule:
- cron: '0 8 * * *'
workflow_dispatch:
issue_comment:
jobs:
stale: