Skip to content

.github/workflows/stale.yml #613

.github/workflows/stale.yml

.github/workflows/stale.yml #613

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@453e42d23f0366133ec7c053ee92a97f374f3ac5 # v0.0.1
with:
days_before_stale: 120
days_before_close: 15
secrets: inherit