Skip to content

Commit fff08b3

Browse files
authored
ci(jenkins): change the github comment for the linters (#588)
1 parent da5aea0 commit fff08b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/linting.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pipeline {
1313
quietPeriod(10)
1414
}
1515
triggers {
16-
issueCommentTrigger('(?i).*(?:jenkins\\W+)?run\\W+(?:the\\W+)?lint(?:\\W+please)?.*')
16+
issueCommentTrigger('(?i).*(?:jenkins\\W+)?run\\W+(?:the\\W+)?linters(?:\\W+please)?.*')
1717
}
1818
stages {
1919
stage('Sanity checks') {

0 commit comments

Comments
 (0)