Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/315213

Change subject: Filter out refs/meta/config from check-voter
......................................................................

Filter out refs/meta/config from check-voter

Bug: T152389
Change-Id: Iaa7333c6bbeaab2c077b3b4a1d031f8e1c88f7d5
---
M zuul/layout.yaml
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/13/315213/1

diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index 8f1dd82..c7694bb 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -264,9 +264,11 @@
     trigger:
       gerrit:
         - event: patchset-created
+          branch: (?!^refs/meta/config)
           email:
            - ^(?!l10n-bot@translatewiki\.net).*$
         - event: comment-added
+          branch: (?!^refs/meta/config)
           comment: (?im)^Patch Set \d+:( 
-?Code\-Review(\+|-)?(1|2)?)?\n\n\s*recheck\.?\s*$
     success-message: 'Basic test build succeeded.'
     success:

-- 
To view, visit https://gerrit.wikimedia.org/r/315213
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaa7333c6bbeaab2c077b3b4a1d031f8e1c88f7d5
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to