Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions examples/generic-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

settings:
name: generic
min_similarity: 0.7
min_similarity: 0.8
repos:
- https://github.com/kubernetes/community

Expand Down Expand Up @@ -72,11 +72,11 @@ collections:
description: Once every quarter, look for stale issues, reprioritize, and de-duplicate.
rules:
- lifecycle-stale
- features-recv
- features-old-recv
- features-old
- bugs-recv
- bugs-old-recv
- bugs-old
- other-recv
- other-old-recv
- other-old

- id: recv
Expand Down Expand Up @@ -349,7 +349,7 @@ rules:
- responded: +6d

## Bug Scrub ##
bugs-recv:
bugs-old-recv:
name: "Bugs that deserve a follow-up comment"
resolution: "Comment or close the issue"
type: issue
Expand All @@ -359,7 +359,7 @@ rules:
- created: +60d
- label: "kind/bug"

features-recv:
features-old-recv:
name: "Features that deserve a follow-up comment"
resolution: "Comment or close the issue"
type: issue
Expand All @@ -369,7 +369,7 @@ rules:
- created: +30d
- label: "kind/feature"

other-recv:
other-old-recv:
name: "Items that deserve a follow-up comment"
resolution: "Comment or close the issue"
type: issue
Expand Down
2 changes: 1 addition & 1 deletion examples/generic-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

settings:
name: generic
min_similarity: 0.7
min_similarity: 0.75
repos:
- https://github.com/photoprism/photoprism

Expand Down
2 changes: 1 addition & 1 deletion examples/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

settings:
name: skaffold
min_similarity: 0.65
min_similarity: 0.8
repos:
- https://github.com/GoogleContainerTools/skaffold

Expand Down