storybook/.github/stale.yml

31 lines
1.3 KiB
YAML
Raw Normal View History

2017-10-30 21:30:39 -04:00
# Number of days of inactivity before an issue becomes stale
2018-03-23 16:34:55 -04:00
daysUntilStale: 21
2017-10-30 21:30:39 -04:00
# Number of days of inactivity before a stale issue is closed
2018-03-23 16:34:55 -04:00
daysUntilClose: 30
2017-10-30 21:30:39 -04:00
# Issues with these labels will never be considered stale
exemptLabels:
2017-11-13 21:07:10 -05:00
- todo
- ready
- 'in progress'
- 'do not merge'
- 'needs review'
2017-11-13 21:07:10 -05:00
- 'high priority'
2018-08-29 14:24:51 +03:00
- 'good first issue'
2018-02-19 22:10:04 +03:00
- dependencies:update
2017-10-30 21:30:39 -04:00
# Label to use when marking an issue as stale
staleLabel: inactive
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
Hi everyone! Seems like there hasn't been much going on in this issue lately.
If there are still questions, comments, or bugs, please feel free to continue
2017-11-13 21:07:10 -05:00
the discussion. Unfortunately, we don't have time to get to every issue. We
are always open to contributions so please send us a pull request if you would
2018-03-23 16:34:55 -04:00
like to help. Inactive issues will be closed after 30 days. Thanks!
2017-10-30 21:30:39 -04:00
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: >
2017-11-13 21:07:10 -05:00
Hey there, it's me again! I am going close this issue to help our maintainers
focus on the current development roadmap instead. If the issue mentioned is
2017-10-30 21:30:39 -04:00
still a concern, please open a new ticket and mention this old one. Cheers
and thanks for using Storybook!