Skip to content

.github/workflows/stale.yml #459

.github/workflows/stale.yml

.github/workflows/stale.yml #459

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
# Copyright 2024 Intel Corporation
on:
schedule:
- cron: "0 0 * * *"
permissions:
issues: write
pull-requests: write
contents: read
jobs:
stale:
permissions:
issues: write
pull-requests: write
contents: read
actions: read
uses: omec-project/.github/.github/workflows/stale-issue.yml@76c248f1621bfe102956c558ea8cecfe5df143bf # v0.0.3
with:
days_before_stale: 120
days_before_close: 15
secrets: inherit