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: on:
schedule: schedule:
- cron: '30 12 * * *' - cron: '30 12 * * *'
workflow_dispatch:
jobs: jobs:
stale: stale: