Trigger stale workflow on issue comments to remove stale label immediately

Signed-off-by: Christian König <ckoenig@posteo.de>
pull/5252/head
Christian König 1 year ago
parent b9cf2d9959
commit 87a612f884
No known key found for this signature in database

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

Loading…
Cancel
Save