From 03f0396b670d46cc7d3a9442fad2b20262a8ed4f Mon Sep 17 00:00:00 2001 From: zhangkun Date: Thu, 9 Jul 2026 21:00:47 +0800 Subject: [PATCH] chore(repos): add update-changelog workflow for 4 repos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. Add call-update-changelog entry to dde-tray-loader and go-dbus-factory 2. Create new repo config for dde-services with call-update-changelog 3. Create new repo config for dde-session-shell-snipe with call-update-changelog Log: add call-update-changelog workflow to dde-services, dde-tray-loader, go-dbus-factory and dde-session-shell-snipe chore(repos): 为 4 个仓库添加 update-changelog 工作流 1. 为 dde-tray-loader 和 go-dbus-factory 追加 call-update-changelog 条目 2. 新建 dde-services 仓库配置,包含 call-update-changelog 3. 新建 dde-session-shell-snipe 仓库配置,包含 call-update-changelog Log: 为 dde-services、dde-tray-loader、go-dbus-factory 和 dde-session-shell-snipe 添加 call-update-changelog 工作流 --- repos/linuxdeepin/dde-services.json | 9 +++++++++ repos/linuxdeepin/dde-session-shell-snipe.json | 9 +++++++++ repos/linuxdeepin/dde-tray-loader.json | 7 +++++++ repos/linuxdeepin/go-dbus-factory.json | 7 +++++++ 4 files changed, 32 insertions(+) create mode 100644 repos/linuxdeepin/dde-services.json create mode 100644 repos/linuxdeepin/dde-session-shell-snipe.json diff --git a/repos/linuxdeepin/dde-services.json b/repos/linuxdeepin/dde-services.json new file mode 100644 index 000000000..8ea00b78b --- /dev/null +++ b/repos/linuxdeepin/dde-services.json @@ -0,0 +1,9 @@ +[ + { + "branch": [ + "master" + ], + "src": "workflow-templates/call-update-changelog.yml", + "dest": "linuxdeepin/dde-services/.github/workflows/call-update-changelog.yml" + } +] diff --git a/repos/linuxdeepin/dde-session-shell-snipe.json b/repos/linuxdeepin/dde-session-shell-snipe.json new file mode 100644 index 000000000..b4a0aa700 --- /dev/null +++ b/repos/linuxdeepin/dde-session-shell-snipe.json @@ -0,0 +1,9 @@ +[ + { + "branch": [ + "master" + ], + "src": "workflow-templates/call-update-changelog.yml", + "dest": "linuxdeepin/dde-session-shell-snipe/.github/workflows/call-update-changelog.yml" + } +] diff --git a/repos/linuxdeepin/dde-tray-loader.json b/repos/linuxdeepin/dde-tray-loader.json index a1460dc75..403d8c4e8 100644 --- a/repos/linuxdeepin/dde-tray-loader.json +++ b/repos/linuxdeepin/dde-tray-loader.json @@ -50,5 +50,12 @@ ], "src": "workflow-templates/call-auto-tag.yml", "dest": "linuxdeepin/dde-tray-loader/.github/workflows/call-auto-tag.yml" + }, + { + "branch": [ + "master" + ], + "src": "workflow-templates/call-update-changelog.yml", + "dest": "linuxdeepin/dde-tray-loader/.github/workflows/call-update-changelog.yml" } ] diff --git a/repos/linuxdeepin/go-dbus-factory.json b/repos/linuxdeepin/go-dbus-factory.json index f8b6d9e5a..80b2b91ae 100644 --- a/repos/linuxdeepin/go-dbus-factory.json +++ b/repos/linuxdeepin/go-dbus-factory.json @@ -58,6 +58,13 @@ "src": "workflow-templates/call-auto-tag.yml", "dest": "linuxdeepin/go-dbus-factory/.github/workflows/call-auto-tag.yml" }, + { + "branch": [ + "master" + ], + "src": "workflow-templates/call-update-changelog.yml", + "dest": "linuxdeepin/go-dbus-factory/.github/workflows/call-update-changelog.yml" + }, { "branch": [ "master"