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: |