Skip to content

.github/workflows/stale.yml #431

.github/workflows/stale.yml

.github/workflows/stale.yml #431

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
# Copyright 2024 Intel Corporation
# Copyright 2025 Canonical Ltd.
on:
schedule:
- cron: "0 0 * * *"
jobs:
stale:
uses: omec-project/.github/.github/workflows/stale-issue.yml@main
with:
days_before_stale: 120
days_before_close: 15
secrets: inherit