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

jianglongtao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git


The following commit(s) were added to refs/heads/master by this push:
     new 3bc26608f Add 'IssueNavigationConfiguration' component to vcs.xml 
(#2496)
3bc26608f is described below

commit 3bc26608f2e439e3bd1ad5ff57225e08bcd95f55
Author: Raigor <[email protected]>
AuthorDate: Thu Jan 29 18:12:14 2026 +0800

    Add 'IssueNavigationConfiguration' component to vcs.xml (#2496)
    
    * Add 'IssueNavigationConfiguration' component to vcs.xml
    
    * Fix end line
---
 .gitignore    |  1 +
 .idea/vcs.xml | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/.gitignore b/.gitignore
index 2e467661c..78897d24a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@ release.properties
 # idea ignore
 .idea/
 !/.idea/icon.png
+!/.idea/vcs.xml
 *.ipr
 *.iml
 *.iws
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 000000000..070d5dfb7
--- /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/shardingsphere-elasticjob/pull/$1"; />
+        </IssueNavigationLink>
+      </list>
+    </option>
+  </component>
+  <component name="VcsDirectoryMappings">
+    <mapping directory="" vcs="Git" />
+  </component>
+</project>

Reply via email to