Hashar has uploaded a new change for review.

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


Change subject: Revert "(bug 44961) 'Patch Set' no more part of comments"
......................................................................

Revert "(bug 44961) 'Patch Set' no more part of comments"

That is breaking 'recheck'

This reverts commit 6f40c7ffd24c1273b60ca89962972edbc7f1aade.

Change-Id: Ic1ba601e9cc195a8eba0610b03c0f6f2b3c38fad
---
M layout.yaml
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/zuul-config 
refs/changes/06/52206/1

diff --git a/layout.yaml b/layout.yaml
index 71a19e2..1130912 100644
--- a/layout.yaml
+++ b/layout.yaml
@@ -36,7 +36,7 @@
     trigger:
       - event: patchset-created
       - event: comment-added
-        comment_filter: (?i)^\s*recheck\.?\s*$
+        comment_filter: (?im)^Patch Set \d+:\n\n\s*recheck\.?\s*$
 
   # Pipeline doing prechecks such as syntax linting
   # DOES report back to Gerrit.
@@ -45,7 +45,7 @@
     trigger:
       - event: patchset-created
       - event: comment-added
-        comment_filter: (?i)^\s*recheck\.?\s*$
+        comment_filter: (?im)^Patch Set \d+:\n\n\s*recheck\.?\s*$
     success:
       # Prevents people from being able to submit a change
       # before unit tests have been run since submit requires V+2.
@@ -64,7 +64,7 @@
     trigger:
       - event: patchset-created
       - event: comment-added
-        comment_filter: (?i)^\s*recheck\.?\s*$
+        comment_filter: (?im)^Patch Set \d+:\n\n\s*recheck\.?\s*$
     success:
       verified: 2
       code-review: 0

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic1ba601e9cc195a8eba0610b03c0f6f2b3c38fad
Gerrit-PatchSet: 1
Gerrit-Project: integration/zuul-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to