Skip to content

Commit

Permalink
Merge pull request #70 from tstromberg/better-examples
Browse files Browse the repository at this point in the history
Improve examples: tighten similarity, fix yaml errors
  • Loading branch information
tstromberg authored May 7, 2020
2 parents aed7337 + fa6f20b commit 9644097
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
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

0 comments on commit 9644097

Please sign in to comment.