This is an automated email from the ASF dual-hosted git repository.

bneradt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git


The following commit(s) were added to refs/heads/main by this push:
     new 31bc176  Have rat kickoff comment lowercase, per the general pattern 
(#180)
31bc176 is described below

commit 31bc176038d7d59915002a7f23a0e362392c5237
Author: Brian Neradt <[email protected]>
AuthorDate: Sat Jun 17 16:34:32 2023 -0500

    Have rat kickoff comment lowercase, per the general pattern (#180)
---
 jenkins/github/ghprb-toplevel.pipeline | 2 +-
 jenkins/github/toplevel.pipeline       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/jenkins/github/ghprb-toplevel.pipeline 
b/jenkins/github/ghprb-toplevel.pipeline
index 483345e..db040d9 100644
--- a/jenkins/github/ghprb-toplevel.pipeline
+++ b/jenkins/github/ghprb-toplevel.pipeline
@@ -67,7 +67,7 @@ pipeline {
                     when {
                         anyOf {
                             environment name: 'ghprbCommentBody', value: 
'[approve ci]'
-                            expression { ghprbCommentBody ==~ /.*RAT.*/ }
+                            expression { ghprbCommentBody ==~ /.*rat.*/ }
                         }
                     }
                     steps {
diff --git a/jenkins/github/toplevel.pipeline b/jenkins/github/toplevel.pipeline
index d95ada5..5cab83a 100644
--- a/jenkins/github/toplevel.pipeline
+++ b/jenkins/github/toplevel.pipeline
@@ -65,7 +65,7 @@ pipeline {
                                        when {
                                                anyOf {
                                                        environment name: 
'GITHUB_PR_COMMENT_BODY_MATCH', value: ''
-                                                       expression { 
GITHUB_PR_COMMENT_BODY_MATCH ==~ /.*RAT.*/ }
+                                                       expression { 
GITHUB_PR_COMMENT_BODY_MATCH ==~ /.*rat.*/ }
                                                }
                                        }
                                        steps {

Reply via email to