mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
26 lines
1.2 KiB
YAML
26 lines
1.2 KiB
YAML
# Configuration for probot-stale - https://github.com/probot/stale
|
|
# Number of days of inactivity before an issue becomes stale
|
|
daysUntilStale: 90
|
|
# Number of days of inactivity before a stale issue is closed
|
|
daysUntilClose: 7
|
|
# Issues with these labels will never be considered stale
|
|
exemptLabels:
|
|
- "good first issue"
|
|
- "essential"
|
|
- "essential-reviewed"
|
|
- "help wanted"
|
|
- "nice to have"
|
|
- "upstream"
|
|
- "backlog"
|
|
# Label to use when marking an issue as stale
|
|
staleLabel: stale
|
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
|
markComment: >
|
|
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs.
|
|
You may also label this issue as "backlog" and I will leave it open.
|
|
Thank you for your contributions.
|
|
# Comment to post when closing a stale issue. Set to `false` to disable
|
|
closeComment: >
|
|
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.
|
|
only: issues
|