mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 09:12:02 +00:00
247f32ff12
Summary: This repository has Probot's [Stale workflow](https://github.com/probot/stale) enabled. It is configured via the `.github/stale.yml` file. In this PR, we increase number of days before an issue becomes stale to ~six months, and increase days until the same issue is closed after inactivity to ~2 months. It also limits the stale bot to issues only. Closes https://github.com/facebook/react-native/pull/18108 Differential Revision: D7105801 Pulled By: hramos fbshipit-source-id: 23efd41f88c03cb6c0be3820a3b3ac67b3e4a6fe
20 lines
1.1 KiB
YAML
20 lines
1.1 KiB
YAML
# Number of days of inactivity before an issue becomes stale
|
|
daysUntilStale: 180
|
|
# Number of days of inactivity before a stale issue is closed
|
|
daysUntilClose: 60
|
|
# Issues with these labels will never be considered stale
|
|
exemptLabels:
|
|
- Good first issue
|
|
- For Discussion
|
|
- Core Team
|
|
# 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 "For Discussion" or "Good first issue" 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 |