Skip to content

Stale

Stale #694

Workflow file for this run

# AUTO-GENERATED — do not edit directly.
# Source: theholocron/holocron · packages/cli/src/commands/setup-workflows.ts
# Tool: holocron sync-github
# Changes: edit source in theholocron/holocron and push to alpha or main.
name: Stale
on: # yamllint disable-line rule:truthy
schedule:
- cron: "30 1 * * *"
permissions:
contents: write
issues: write
pull-requests: write
jobs:
stale:
uses: theholocron/.github/.github/workflows/stale.yml@main
secrets: inherit