mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Add kibanamachine support to Github PR comments
This commit is contained in:
parent
b8046c7964
commit
e1f9f71d0a
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ def isPr() {
|
|||
def getLatestBuildComment() {
|
||||
return getComments()
|
||||
.reverse()
|
||||
.find { it.user.login == 'elasticmachine' && it.body =~ /<!--PIPELINE/ }
|
||||
.find { (it.user.login == 'elasticmachine' || it.user.login == 'kibanamachine') && it.body =~ /<!--PIPELINE/ }
|
||||
}
|
||||
|
||||
def getBuildInfoFromComment(commentText) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue