From 9b5520428381e2680f441be23d1c8d3a5bb9f52b Mon Sep 17 00:00:00 2001 From: Florian Zaruba Date: Thu, 19 Oct 2023 20:20:44 +0200 Subject: [PATCH] [ci] Run stale job on schedule (#1555) --- .github/workflows/stale.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4c426237ba..ec304f6472 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -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: |