From d3983c8eae1e0e56c98bc5f5b9c6f701bc7781c4 Mon Sep 17 00:00:00 2001 From: Florian Zaruba Date: Thu, 19 Oct 2023 19:25:21 +0200 Subject: [PATCH] [ci] Run stale job on schedule --- .github/workflows/stale.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4c426237ba1..d2ffecf2c4f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -3,10 +3,9 @@ # SPDX-License-Identifier: Apache-2.0 name: 'Close stale issues and PRs' -# on: -# schedule: -# - cron: '30 1 * * *' -on: workflow_dispatch +on: + schedule: + - cron: '30 1 * * *' jobs: stale: @@ -14,7 +13,6 @@ jobs: steps: - uses: actions/stale@v8 with: - debug-only: true stale-issue-label: Status:Stale stale-pr-label: Status:Stale stale-issue-message: |