mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-17 12:19:21 +08:00
33 lines
1.3 KiB
YAML
33 lines
1.3 KiB
YAML
# Number of days of inactivity before an issue becomes stale
|
|
daysUntilStale: 28
|
|
# Number of days of inactivity before a stale issue is closed
|
|
daysUntilClose: 15
|
|
# Issues with these labels will never be considered stale
|
|
exemptLabels:
|
|
- 📌 pin
|
|
- Blocked: DNM
|
|
- Blocked: Firebase SDK
|
|
- Blocked: Firebase Support
|
|
- Blocked: Needs Review
|
|
- Blocked: React Native
|
|
- Help: Android
|
|
- Help: iOS
|
|
- Help: Good First Issue
|
|
- Impact: Web Implementation
|
|
# Label to use when marking an issue as stale
|
|
staleLabel: "Type: Stale"
|
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
|
markComment: >
|
|
Hello 👋, to help manage issues we automatically close stale issues.
|
|
|
|
This issue has been automatically marked as stale because it has not had activity for quite some time.
|
|
Has this issue been fixed, or does it still require the community's attention?
|
|
|
|
> This issue will be closed in 15 days if no further activity occurs.
|
|
|
|
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 is still present in the latest release, please feel free to create a new issue with up-to-date information.
|
|
only: issues
|