Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

.github/workflows/stale.yml #453

.github/workflows/stale.yml

.github/workflows/stale.yml #453

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