You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/01/13 11:05:38 UTC

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #7149: [AIRFLOW-6545] Add commit message validation

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:
users@infra.apache.org


With regards,
Apache Git Services