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:23:31 +02:00
parent f6acb8fd3d
commit 3701203d8a

View File

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