mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-04 01:55:29 +02:00
ci: stale
This commit is contained in:
parent
90d8ff27d2
commit
99c06952a0
1 changed files with 5 additions and 1 deletions
6
.github/workflows/stale.yml
vendored
6
.github/workflows/stale.yml
vendored
|
@ -11,6 +11,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/stale@v9
|
||||
with:
|
||||
operations-per-run: 300
|
||||
# default stale time
|
||||
days-before-stale: 30
|
||||
days-before-close: 7
|
||||
|
@ -20,4 +21,7 @@ jobs:
|
|||
# exclude issues with certain labels
|
||||
exempt-issue-labels: pinned,wip,security,notice
|
||||
# never stale issues attached to a milestone
|
||||
exempt-all-milestones: true
|
||||
# exempt-all-milestones: true
|
||||
stale-issue-message: "This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days."
|
||||
stale-pr-message: "This PR is stale because it has been open 60 days with no activity."
|
||||
close-issue-message: "This issue was closed because it has been stalled for 7 days with no activity."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue