knative.dev/pkg@v0.0.0-20260602142205-ac97e43f6622/.github/workflows/knative-stale.yaml (about) 1 # Copyright 2020 The Knative Authors. 2 # SPDX-License-Identifier: Apache-2.0 3 4 # This file is automagically synced here from github.com/knative-extensions/knobots 5 name: 'Close stale' 6 7 on: 8 schedule: 9 - cron: '0 1 * * *' 10 11 jobs: 12 13 stale: 14 uses: knative/actions/.github/workflows/reusable-stale.yaml@main