This repository was archived by the owner on Jun 20, 2026. It is now read-only.
add configurable gateway replicas #32
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Unstale Issues | ||
| on: | ||
| issues: | ||
| types: [reopened] | ||
| issue_comment: | ||
| types: [created] | ||
| jobs: | ||
| unstale: | ||
| uses: llm-d/llm-d-infra/.github/workflows/reusable-unstale.yml@main | ||
|
Check failure on line 10 in .github/workflows/unstale.yaml
|
||
| permissions: | ||
| issues: write | ||