Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Stale

Stale #62

Workflow file for this run

name: Stale
on:
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
jobs:
mark-stale:
uses: openclarity/.github/.github/workflows/_stale.yml@main
permissions:
issues: write
pull-requests: write
with:
days-until-stale: 60
days-until-close: 14
stale-label: "stale"
exempt-label: "no-stale"