mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update stale.yml
This commit is contained in:
parent
01eb08c42b
commit
1c1640634f
1 changed files with 7 additions and 1 deletions
8
.github/stale.yml
vendored
8
.github/stale.yml
vendored
|
|
@ -1,5 +1,11 @@
|
||||||
# Configuration for probot-stale - https://github.com/probot/stale
|
# Configuration for probot-stale - https://github.com/probot/stale
|
||||||
|
|
||||||
|
# Number of days of inactivity before an Issue or Pull Request becomes stale
|
||||||
|
daysUntilStale: 60
|
||||||
|
|
||||||
|
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
|
||||||
|
daysUntilClose: 30
|
||||||
|
|
||||||
# Set to true to ignore issues in a project (defaults to false)
|
# Set to true to ignore issues in a project (defaults to false)
|
||||||
exemptProjects: true
|
exemptProjects: true
|
||||||
|
|
||||||
|
|
@ -10,7 +16,7 @@ exemptMilestones: true
|
||||||
exemptAssignees: true
|
exemptAssignees: true
|
||||||
|
|
||||||
# Label to use when marking as stale
|
# Label to use when marking as stale
|
||||||
staleLabel: retired
|
staleLabel: stale
|
||||||
|
|
||||||
# Comment to post when marking as stale. Set to `false` to disable
|
# Comment to post when marking as stale. Set to `false` to disable
|
||||||
markComment: >
|
markComment: >
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue