mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
Fix stalebot (#3156)
This commit is contained in:
@@ -11,7 +11,9 @@ jobs:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/stale@v5.1.0
|
||||
# v5.1.0 has a weird bug that makes stalebot add then remove its own label
|
||||
# https://github.com/actions/stale/pull/775
|
||||
- uses: actions/stale@v5.0.0
|
||||
with:
|
||||
stale-issue-label: stale
|
||||
stale-pr-label: stale
|
||||
|
||||
Reference in New Issue
Block a user