Skip to content
This repository was archived by the owner on Jun 20, 2026. It is now read-only.

.github/workflows/stale.yaml #14

.github/workflows/stale.yaml

.github/workflows/stale.yaml #14

Workflow file for this run

name: Mark Stale Issues
on:
schedule:
- cron: '0 1 * * *'
jobs:
stale:
uses: llm-d/llm-d-infra/.github/workflows/reusable-stale.yml@main
permissions:
issues: write
pull-requests: write