Skip to content

Commit

Permalink
Merge pull request #130 from tstromberg/beta-updates
Browse files Browse the repository at this point in the history
Improve PR review tags, bump to v1.2.0-beta.1
  • Loading branch information
tstromberg authored Jun 11, 2020
2 parents eaf2346 + a27ba5e commit 5e20be1
Show file tree
Hide file tree
Showing 11 changed files with 523 additions and 513 deletions.
11 changes: 5 additions & 6 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ settings:
# - collaborator
# - owner
# - member

# Who else do we consider to be a project member? Default is empty.
#members:
# - tstromberg
Expand Down Expand Up @@ -82,7 +81,7 @@ collections:
name: "Receive queue"
description: >
Issues that may be waiting for our response
NOTE: for this to work properly, GitHub token must have read access to read organization members
rules:
- question-recv
Expand Down Expand Up @@ -144,10 +143,10 @@ rules:
- label: "!needs-rebase"
- label: "!.*wip"
- label: "!cncf-cla: no"
- tag: "!requested-changes"
- tag: "!changes-requested"
- tag: "!send"
- tag: "!commented"

# Temporarily workaround inability to track PR eligibility
- updated: +1d

Expand Down Expand Up @@ -289,7 +288,7 @@ rules:
- created: +20d
- updated: +5d
- responded: +2d

## Bug Scrub ##
question-old:
name: "Questions that have been open for >3 weeks"
Expand Down Expand Up @@ -365,7 +364,7 @@ rules:
- label: "!.*(feature|enhancement).*"
- label: "!.*bug"
- label: ".*question"

# P0
p0-features:
name: "p0 Bugs"
Expand Down
31 changes: 13 additions & 18 deletions config/examples/kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ settings:
# - collaborator
# - owner
# - member

# Who else do we consider to be a project member? Default is empty.
#members:
# - tstromberg


collections:
- id: daily
name: Daily Triage
Expand Down Expand Up @@ -97,7 +95,7 @@ collections:
name: "Receive queue"
description: >
Issues that may be waiting for our response
NOTE: for this to work properly, GitHub token must have read access to read organization members
rules:
- question-recv
Expand All @@ -119,7 +117,7 @@ collections:
- soon-features
- soon-bugs
- soon-other

- id: similar
name: Similar
description: Items which appear similar to one other. Review for duplicates or vague titles.
Expand All @@ -135,7 +133,6 @@ collections:
- open-prs
- open-issues


rules:
### Daily Triage ####
issue-needs-priority-overdue:
Expand Down Expand Up @@ -181,10 +178,8 @@ rules:
- label: "!do-not-merge.*"
- label: "!needs-rebase"
- label: "!cncf-cla: no"
- tag: "!requested-changes"
- tag: "!changes-requested"
- tag: "!send"
# Temporarily workaround inability to track PR eligibility
- updated: +1d

# Issues missing initial feedback
issue-needs-kind:
Expand Down Expand Up @@ -243,16 +238,16 @@ rules:
- tag: recv

issue-updated-has-question:
name: "Recently updated issue has a question"
resolution: "Add an answer"
type: issue
filters:
- tag: recv-q
- label: "!triage/needs-information"
- tag: "!member-last"
- tag: "!contributor-last"
- responded: +3d
- updated: -7d
name: "Recently updated issue has a question"
resolution: "Add an answer"
type: issue
filters:
- tag: recv-q
- label: "!triage/needs-information"
- tag: "!member-last"
- tag: "!contributor-last"
- responded: +3d
- updated: -7d

####### Weekly Triage #########
# SLO nearing
Expand Down
4 changes: 2 additions & 2 deletions config/examples/minikube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ rules:
type: issue
filters:
- tag: open-milestone
- tag: "(pr-approved|pr-approved-but-pushed)"
- tag: "(pr-approved|pr-approved-but-pushed)"
milestone-closed:
name: "Finish Line"
type: issue
Expand Down Expand Up @@ -240,7 +240,7 @@ rules:
- label: "!do-not-merge.*"
- label: "!needs-rebase"
- label: "!cncf-cla: no"
- tag: "!requested-changes"
- tag: "!changes-requested"
- tag: "!send"
# Temporarily workaround inability to track PR eligibility
- updated: +1d
Expand Down
32 changes: 15 additions & 17 deletions config/examples/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ settings:
name: skaffold
min_similarity: 0.8
repos:
- https://github.com/GoogleContainerTools/skaffold
- https://github.com/GoogleContainerTools/skaffold

collections:
- id: daily
Expand Down Expand Up @@ -215,14 +215,12 @@ rules:
type: pull_request
filters:
- label: "!do-not-merge.*"
- label: "!needs-rebase"
- label: "!.*wip"
- label: "!cncf-cla: no"
- title: "!.*WIP.*"
- tag: "!draft"
- tag: "!requested-changes"
- tag: "!send"
- tag: "!commented"
- tag: "(new-commits|unreviewed)"
- tag: "recv"
- updated: +1d

# Issues missing initial feedback
Expand All @@ -242,7 +240,7 @@ rules:
- label: "!area/.*"
- label: "!meta/.*"
# Open question: should this exclude questions?
# - label: "!kind/question"
# - label: "!kind/question"

issue-needs-priority:
name: "Unprioritized bugs or features"
Expand Down Expand Up @@ -298,15 +296,15 @@ rules:
- tag: recv

issue-updated-has-question:
name: "Recently updated issue has open question"
resolution: "Add an answer"
type: issue
filters:
- tag: recv-q
- tag: "!member-last"
- tag: "!contributor-last"
- responded: +3d
- updated: -7d
name: "Recently updated issue has open question"
resolution: "Add an answer"
type: issue
filters:
- tag: recv-q
- tag: "!member-last"
- tag: "!contributor-last"
- responded: +3d
- updated: -7d

####### Weekly Triage #########
discuss:
Expand Down Expand Up @@ -413,7 +411,7 @@ rules:
type: issue
filters:
- label: needs-reproduction
- responded: +1w
- responded: +1w
- updated: +21d

issue-stale-support:
Expand Down Expand Up @@ -465,7 +463,7 @@ rules:
- updated: +5d
- responded: +2d
- label: "!triage/discuss"

# People with questions
issue-has-question:
name: "Reporter asked a question over a week ago"
Expand Down
Loading

0 comments on commit 5e20be1

Please sign in to comment.