Use Backlog label to keep issues open (#23789)

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
This commit is contained in:
Héctor Ramos 2019-03-12 15:02:30 -07:00 коммит произвёл Facebook Github Bot
Родитель 0f7a278bbe
Коммит 3ceeeb7343
1 изменённых файлов: 3 добавлений и 2 удалений

3
.github/stale.yml поставляемый
Просмотреть файл

@ -12,12 +12,13 @@ exemptLabels:
- "Help Wanted :octocat:" - "Help Wanted :octocat:"
- "Impact: Regression" - "Impact: Regression"
- "Resolution: PR Submitted" - "Resolution: PR Submitted"
- "Resolution: Backlog"
# Label to use when marking an issue as stale # Label to use when marking an issue as stale
staleLabel: Stale staleLabel: Stale
# Comment to post when marking an issue as stale. Set to `false` to disable # Comment to post when marking an issue as stale. Set to `false` to disable
markComment: > 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. 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. 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. Thank you for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable # Comment to post when closing a stale issue. Set to `false` to disable
closeComment: > closeComment: >