Update stale.yml -> added workflow_dispatch

This commit is contained in:
Mic 2024-09-06 20:59:24 +02:00 committed by GitHub
parent 1a2ea376c1
commit 42e5de0d3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@ name: 'Close stale issues'
on:
schedule:
- cron: '30 12 * * *'
workflow_dispatch:
jobs:
stale:
@ -21,4 +22,4 @@ jobs:
days-before-pr-close: -1
remove-stale-when-updated: true
stale-issue-label: "stale"
exempt-issue-labels: "no-stale,new-feature,enhancement,bug"
exempt-issue-labels: "no-stale,new-feature,enhancement,bug"