This is an automated email from the ASF dual-hosted git repository.

hong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-aws.git


The following commit(s) were added to refs/heads/main by this push:
     new b512749  [hotfix] Add IssueNavigationLink in Intellij VCS config
b512749 is described below

commit b512749f53140f8d6e1695cdeb2b6be2d5c40c50
Author: Aleksandr Pilipenko <[email protected]>
AuthorDate: Sun Feb 11 19:43:58 2024 +0000

    [hotfix] Add IssueNavigationLink in Intellij VCS config
---
 .idea/vcs.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index 3361303..c61eec3 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -1,5 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
+  <component name="IssueNavigationConfiguration">
+    <option name="links">
+      <list>
+        <IssueNavigationLink>
+          <option name="issueRegexp" value="FLINK\-\d+" />
+          <option name="linkRegexp" 
value="https://issues.apache.org/jira/browse/$0"; />
+        </IssueNavigationLink>
+        <IssueNavigationLink>
+          <option name="issueRegexp" value="FLIP\-\d+" />
+          <option name="linkRegexp" 
value="https://cwiki.apache.org/confluence/display/FLINK/$0"; />
+        </IssueNavigationLink>
+        <IssueNavigationLink>
+          <option name="issueRegexp" value="#(\d+)" />
+          <option name="linkRegexp" 
value="https://github.com/apache/flink-connector-aws/pull/$1"; />
+        </IssueNavigationLink>
+      </list>
+    </option>
+  </component>
   <component name="VcsDirectoryMappings">
     <mapping directory="$PROJECT_DIR$" vcs="Git" />
     <mapping directory="$PROJECT_DIR$/tools/releasing/shared" vcs="Git" />

Reply via email to