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

lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 17fdd7a152 [Chore] Add issue link tempate for IDEA (#16158)
17fdd7a152 is described below

commit 17fdd7a152f2203da47da07cbd9280a3b6b29f17
Author: Gallardot <[email protected]>
AuthorDate: Tue Jun 18 21:02:15 2024 +0800

    [Chore] Add issue link tempate for IDEA (#16158)
    
    * chore: add issue link tempate for IDEA
    
    Signed-off-by: Gallardot <[email protected]>
    
    * chore: add issue link tempate for IDEA
    
    Signed-off-by: Gallardot <[email protected]>
    
    ---------
    
    Signed-off-by: Gallardot <[email protected]>
    Co-authored-by: xiangzihao <[email protected]>
---
 .gitignore      |  1 +
 .idea/vcs.xml   | 16 ++++++++++++++++
 .licenserc.yaml |  1 +
 3 files changed, 18 insertions(+)

diff --git a/.gitignore b/.gitignore
index 342f13bd6a..813ad9c4bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@
 .target
 .idea/
 !.idea/icon.png
+!.idea/vcs.xml
 .run/
 target/
 dist/
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000000..f30edcd8a1
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="IssueNavigationConfiguration">
+    <option name="links">
+      <list>
+        <IssueNavigationLink>
+          <option name="issueRegexp" value="#(\d+)" />
+          <option name="linkRegexp" 
value="https://github.com/apache/dolphinscheduler/issues/$1"; />
+        </IssueNavigationLink>
+      </list>
+    </option>
+  </component>
+  <component name="VcsDirectoryMappings">
+    <mapping directory="" vcs="Git" />
+  </component>
+</project>
diff --git a/.licenserc.yaml b/.licenserc.yaml
index 821be80ea6..91e8fbf866 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -51,5 +51,6 @@ header:
     - '**/banner.txt'
     - '.terraform.lock.hcl'
     - deploy/kubernetes/dolphinscheduler/README.md.gotmpl
+    - .idea/vcs.xml
 
   comment: on-failure

Reply via email to