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:
parent
b9cf2d9959
commit
87a612f884
|
@ -4,6 +4,7 @@ on:
|
|||
schedule:
|
||||
- cron: '0 8 * * *'
|
||||
workflow_dispatch:
|
||||
issue_comment:
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
|
|
Loading…
Reference in New Issue