2020-02-07 22:13:23 +01:00
|
|
|
# Configuration for Github probot-stale - https://github.com/probot/stale
|
2020-02-01 20:31:18 +01:00
|
|
|
|
|
|
|
# Number of days of inactivity before an issue becomes stale
|
2020-02-07 22:13:23 +01:00
|
|
|
daysUntilStale: 90
|
2020-02-01 20:31:18 +01:00
|
|
|
# Number of days of inactivity before a stale issue is closed
|
2020-02-07 22:13:23 +01:00
|
|
|
daysUntilClose: 21
|
2020-02-01 20:31:18 +01:00
|
|
|
# Issues with these labels will never be considered stale
|
|
|
|
exemptLabels:
|
|
|
|
- 'Type: Feature Request'
|
|
|
|
# Label to use when marking an issue as stale
|
2020-02-07 22:13:23 +01:00
|
|
|
staleLabel: Stale
|
2020-02-01 20:31:18 +01:00
|
|
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
|
|
|
markComment: >
|
2020-02-07 22:13:23 +01:00
|
|
|
Hi 👋 this issue has been automatically marked as `stale` 📌 because it has not had recent activity 😴.
|
|
|
|
It will be closed if no further activity occurs. Thank you for your contributions ❤️.
|
2020-02-01 20:31:18 +01:00
|
|
|
# Comment to post when closing a stale issue. Set to `false` to disable
|
|
|
|
closeComment: >
|
2020-02-07 22:13:23 +01:00
|
|
|
Hi again 👋 we would like to inform you that this issue has been automatically `closed` 🔒 because it had not recent activity during the `stale` period.
|
|
|
|
We really really appreciate your contributions, and looking forward for more in the future 🎈.
|
2020-02-01 20:31:18 +01:00
|
|
|
# Limit to only `issues` or `pulls`
|
|
|
|
only: issues
|