From 6b309c48865c57edc0b0b9a4721d585d941582f1 Mon Sep 17 00:00:00 2001 From: Masterain Date: Wed, 28 Dec 2022 20:18:29 -0800 Subject: [PATCH 1/3] Update azure-pipelines.yml add CI exception --- azure-pipelines.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9fba9e19..1d0c467d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,7 +8,16 @@ # 6. Run trigger: -- main + branches: + include: + - main + paths: + exclude: + - *.md + - *.yml + - .github/ISSUE_TEMPLATE/*.yml + - .github/workflows/*.yml + pool: vmImage: 'windows-2022' @@ -144,4 +153,4 @@ steps: $(cerFile.secureFilePath) isPreRelease: true changeLogCompareToRelease: 'lastFullRelease' - changeLogType: 'commitBased' \ No newline at end of file + changeLogType: 'commitBased' From d45c40d4d78c7a2bff98fcb9da5bc0c4fa40af55 Mon Sep 17 00:00:00 2001 From: Masterain Date: Wed, 28 Dec 2022 20:19:48 -0800 Subject: [PATCH 2/3] Update bug-report.yml add missing dropdown option --- .github/ISSUE_TEMPLATE/bug-report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 9059798f..3387b822 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -68,6 +68,7 @@ body: - 游戏启动器 - 实时便笺 - 养成计算器 + - 用户面板 - 文件缓存 - 祈愿记录 - 玩家查询 From 3f8c8874f35ad3473590bf5f31976831a058bfcf Mon Sep 17 00:00:00 2001 From: Masterain Date: Wed, 28 Dec 2022 20:39:16 -0800 Subject: [PATCH 3/3] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1d0c467d..7c5052bb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,8 +13,8 @@ trigger: - main paths: exclude: - - *.md - - *.yml + - README.md + - azure-pipelines.yml - .github/ISSUE_TEMPLATE/*.yml - .github/workflows/*.yml