mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-12 22:50:10 +08:00
Summary: The Stale bot closes issues that have been inactive for 97 days (90 days until marked as stale, then 7 days of no activity before it is closed). This helps us focus on issues that affect new releases, and gets rid of drive-by issues where there has been no follow up. This process, however, does not acknowledge there's a type of issue that trascends releases and which the team might want to keep track of in order to fix in a future release. The "Resolution: Backlog" label can be used to mark these types of issues, and keep the bot from closing them. [General] [Added] - GitHub: Add Backlog label Pull Request resolved: https://github.com/facebook/react-native/pull/23789 Differential Revision: D14429112 Pulled By: hramos fbshipit-source-id: ddec7d994a40e46b43de45b79a812fd4dbd28e6a
27 lines
1.2 KiB
YAML
27 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
|
|
- "Type: Discussion"
|
|
- Partner
|
|
- Core Team
|
|
- "Help Wanted :octocat:"
|
|
- "Impact: Regression"
|
|
- "Resolution: PR Submitted"
|
|
- "Resolution: 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 a "Discussion" or add it to the "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
|