Fix typos detected by nightly scan #999
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 | |
| permissions: | |
| issues: write |