Skip to content

Close Stale Issues and PRs #31

Close Stale Issues and PRs

Close Stale Issues and PRs #31

Workflow file for this run

# Stale Issue and PR Management
#
# Thin caller for the org-wide reusable stale workflow.
# Configuration and defaults are managed centrally in kagenti/.github.
#
# Reference: https://github.com/kagenti/.github/blob/main/.github/workflows/stale.yaml
#
name: Close Stale Issues and PRs
on:
schedule:
- cron: '0 6 * * *'
workflow_dispatch:
permissions:
issues: write
pull-requests: write
jobs:
stale:
uses: kagenti/.github/.github/workflows/stale.yaml@679a2cd1cfde7eed742cf76e9f6608eb91cf1bdd # main