mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Configure "Stale" probot
This commit is contained in:
parent
1d950a2bd5
commit
2071a46b18
1 changed files with 13 additions and 0 deletions
13
.github/stale.yml
vendored
Normal file
13
.github/stale.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
daysUntilStale: 90
|
||||
daysUntilClose: 7
|
||||
exemptLabels:
|
||||
- Bug
|
||||
- Critical
|
||||
- RFC
|
||||
staleLabel: Stale
|
||||
markComment: >
|
||||
This issue has been automatically marked as stale because it has not had any
|
||||
recent activity. It will be closed in a week if no further activity occurs.
|
||||
Thank you for your contributions.
|
||||
unmarkComment: false
|
||||
closeComment: false
|
||||
Loading…
Add table
Reference in a new issue