[ci] Run stale job on schedule (#1555)

This commit is contained in:
Florian Zaruba 2023-10-19 20:20:44 +02:00 committed by GitHub
parent 04766ee5d7
commit 9b55204283
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,10 +3,10 @@
# SPDX-License-Identifier: Apache-2.0
name: 'Close stale issues and PRs'
# on:
# schedule:
# - cron: '30 1 * * *'
on: workflow_dispatch
on:
workflow_dispatch:
schedule:
- cron: '30 1 * * *'
jobs:
stale:
@ -14,7 +14,6 @@ jobs:
steps:
- uses: actions/stale@v8
with:
debug-only: true
stale-issue-label: Status:Stale
stale-pr-label: Status:Stale
stale-issue-message: |