From e18c9892d27053827b0b7e1d954d24c1cdaf6de8 Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Mon, 12 Aug 2019 15:56:09 +0530 Subject: [PATCH] velodrome/config: update list of bots to ignore contributions from k8s-merge-robot is repurposed as k8s-github-robot (see issue 11402) --- velodrome/config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/velodrome/config.yaml b/velodrome/config.yaml index c2f74e3606c86..fdb28d93c0e0f 100644 --- a/velodrome/config.yaml +++ b/velodrome/config.yaml @@ -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=.* @@ -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=.* @@ -63,7 +63,7 @@ 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 @@ -71,7 +71,7 @@ projects: 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 @@ -79,7 +79,7 @@ projects: 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