mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
update .github config
This commit is contained in:
13
.github/potential-duplicates.yml
vendored
Normal file
13
.github/potential-duplicates.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Label name and color to set, when potential duplicates are detected
|
||||
issueLabel: potential-duplicate
|
||||
labelColor: cfd3d7
|
||||
|
||||
# If similarity is higher than this threshold, issue will be marked as duplicate
|
||||
threshold: 0.65
|
||||
|
||||
# Comment to post when potential duplicates are detected
|
||||
referenceComment: >
|
||||
Potential duplicates found:
|
||||
{{#issues}}
|
||||
- [#{{ number }}] {{ title }} ({{ accuracy }}%)
|
||||
{{/issues}}
|
||||
Reference in New Issue
Block a user