mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
ci: fix stale (#3030)
- Add necessary runs-on - Use lowercase labels for consistency
This commit is contained in:
@@ -6,8 +6,11 @@ on:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/stale@v5.1.0
|
||||
stale-issue-label: stale
|
||||
stale-pr-label: stale
|
||||
|
||||
Reference in New Issue
Block a user