Skip to content

Commit

Permalink
velodrome/config: update list of bots to ignore contributions from
Browse files Browse the repository at this point in the history
k8s-merge-robot is repurposed as k8s-github-robot (see issue 11402)
  • Loading branch information
nikhita committed Aug 22, 2019
1 parent 07e0d37 commit e18c989
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions velodrome/config.yaml
Expand Up @@ -7,7 +7,7 @@
# contributions:
# plugin: count
# args:
# - --ignore-authors=k8s-merge-robot,k8s-reviewable,k8s-ci-robot
# - --ignore-authors=k8s-ci-robot,k8s-github-robot,k8s-triage-robot
# - --no-issues
# - --event=opened
# - --comments=.*
Expand All @@ -30,7 +30,7 @@ projects:
contributions:
plugin: count
args:
- --ignore-authors=k8s-merge-robot,k8s-reviewable,k8s-ci-robot
- --ignore-authors=k8s-ci-robot,k8s-github-robot,k8s-triage-robot
- --no-issues
- --event=opened
- --comments=.*
Expand Down Expand Up @@ -63,23 +63,23 @@ projects:
plugin: count
args:
- --no-issues
- --ignore-authors=k8s-merge-robot
- --ignore-authors=k8s-ci-robot,k8s-github-robot,k8s-triage-robot
- --event=labeled:lgtm
- --comments=(?m)^/lgtm$
- --log-author
approver:
plugin: count
args:
- --no-issues
- --ignore-authors=k8s-merge-robot
- --ignore-authors=k8s-ci-robot,k8s-github-robot,k8s-triage-robot
- --event=labeled:approved
- --comments=(?m)^/approve$
- --log-author
testthis:
plugin: count
args:
- --no-issues
- --ignore-authors=k8s-merge-robot,k8s-ci-robot
- --ignore-authors=k8s-ci-robot,k8s-github-robot,k8s-triage-robot
- --comments=(?m)^@k8s-bot.*test this
kubernetes/contrib: *kubernetes-transform
kubernetes/ingress: *kubernetes-transform
Expand Down

0 comments on commit e18c989

Please sign in to comment.