From 54ae9ac7be54b355b62fbfb074edd154459327a9 Mon Sep 17 00:00:00 2001 From: Reto Weiss Date: Thu, 14 Nov 2024 13:53:15 +0100 Subject: [PATCH] XIVY-15295 Add vscode-extensions to scan issues from Add vscode-extensions repository to the list of repositories where the logs are scanned for issues --- .../src/main/java/com/axonivy/github/GitHubRepos.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/github-repo-manager/src/main/java/com/axonivy/github/GitHubRepos.java b/github-repo-manager/src/main/java/com/axonivy/github/GitHubRepos.java index e82dad3..39c86e4 100644 --- a/github-repo-manager/src/main/java/com/axonivy/github/GitHubRepos.java +++ b/github-repo-manager/src/main/java/com/axonivy/github/GitHubRepos.java @@ -51,7 +51,8 @@ public static List repos(String version) { "thirdparty-libs", "swagger-ui-ivy", "monaco-yaml-ivy", - "project-build-examples"); + "project-build-examples", + "vscode-extensions"); public static final List REPOS_TO_TAG = new ArrayList<>();