Skip to content

.github/workflows/stale.yml #490

.github/workflows/stale.yml

.github/workflows/stale.yml #490

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@1e62855922cacee05c51f0fc7245fc9e1e7b38a6 # v0.0.8
with:
days_before_stale: 120
days_before_close: 15
secrets: inherit