From cd24308f20ef4f510e1ed2c4eed1656ce1461191 Mon Sep 17 00:00:00 2001 From: Bowen Liang Date: Mon, 3 Jun 2024 13:39:54 +0800 Subject: [PATCH] chore: add issue link tempate for IDEA (#4866) --- .github/workflows/style.yml | 1 + .gitignore | 3 ++- .idea/vcs.xml | 16 ++++++++++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .idea/vcs.xml diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index e008e1e0a1..11a24692a4 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -76,4 +76,5 @@ jobs: VALIDATE_BASH_EXEC: true VALIDATE_GITHUB_ACTIONS: true VALIDATE_DOCKERFILE_HADOLINT: true + VALIDATE_XML: true VALIDATE_YAML: true diff --git a/.gitignore b/.gitignore index c957d63174..a51465efbc 100644 --- a/.gitignore +++ b/.gitignore @@ -134,7 +134,8 @@ dmypy.json web/.vscode/settings.json # Intellij IDEA Files -.idea/ +.idea/* +!.idea/vcs.xml .ideaDataSources/ api/.env diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000000..ae8b1755c5 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,16 @@ + + + + + + + + + \ No newline at end of file