chunweilei commented on a change in pull request #1902: Add github pull request 
link in git commit messages in IDEA
URL: https://github.com/apache/calcite/pull/1902#discussion_r405921324
 
 

 ##########
 File path: .idea/vcs.xml
 ##########
 @@ -7,6 +7,10 @@
           <option name="issueRegexp" value="[A-Z]+\-\d+" />
           <option name="linkRegexp" 
value="https://issues.apache.org/jira/browse/$0"; />
         </IssueNavigationLink>
+        <IssueNavigationLink>
+          <option name="issueRegexp" value="(apache/calcite)?#(\d+)" />
+          <option name="linkRegexp" 
value="https://github.com/apache/calcite/pull/$2"; />
+        </IssueNavigationLink>
 
 Review comment:
   I think most commits don't have such a message. But I think it is still 
useful.

----------------------------------------------------------------
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