nuclearpinguin commented on a change in pull request #7149: [AIRFLOW-6545] Add 
commit message validation
URL: https://github.com/apache/airflow/pull/7149#discussion_r365747515
 
 

 ##########
 File path: .github/boring-cyborg.yml
 ##########
 @@ -182,3 +182,7 @@ insertIssueLinkInPrDescription:
     docOnlyIssueMatch:
       titleIssueIdRegexp: \[(AIRFLOW-X{4})\]
       descriptionIssueLink: "`Document only change, no JIRA issue`"
+
+
+verifyCommitMessages:
+  commitMessageRegexp: ^.*\[AIRFLOW-[0-9]{4}\].*$|^.*\[AIRFLOW-[X]{4}\].*$
 
 Review comment:
   ```suggestion
     commitMessageRegexp: ^.*\[AIRFLOW-[0-9]{4}\].*$|^.*\[AIRFLOW-XXXX\].*$
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to