Prevent stale bot using default 60 days (#12488)
This commit is contained in:
parent
19266b4770
commit
fcb862c82f
|
@ -10,6 +10,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/stale@v8
|
||||
with:
|
||||
days-before-stale: 330
|
||||
operations-per-run: 1
|
||||
# stale rules for PRs
|
||||
days-before-pr-stale: 7
|
||||
|
|
Loading…
Reference in New Issue