Skip to content

Commit 126af43

Browse files
mhduiyBLumia
authored andcommitted
chore(repos): add update-changelog workflow for 4 repos
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 工作流
1 parent f7f3af4 commit 126af43

4 files changed

Lines changed: 32 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[
2+
{
3+
"branch": [
4+
"master"
5+
],
6+
"src": "workflow-templates/call-update-changelog.yml",
7+
"dest": "linuxdeepin/dde-services/.github/workflows/call-update-changelog.yml"
8+
}
9+
]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[
2+
{
3+
"branch": [
4+
"master"
5+
],
6+
"src": "workflow-templates/call-update-changelog.yml",
7+
"dest": "linuxdeepin/dde-session-shell-snipe/.github/workflows/call-update-changelog.yml"
8+
}
9+
]

repos/linuxdeepin/dde-tray-loader.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,12 @@
5050
],
5151
"src": "workflow-templates/call-auto-tag.yml",
5252
"dest": "linuxdeepin/dde-tray-loader/.github/workflows/call-auto-tag.yml"
53+
},
54+
{
55+
"branch": [
56+
"master"
57+
],
58+
"src": "workflow-templates/call-update-changelog.yml",
59+
"dest": "linuxdeepin/dde-tray-loader/.github/workflows/call-update-changelog.yml"
5360
}
5461
]

repos/linuxdeepin/go-dbus-factory.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@
5858
"src": "workflow-templates/call-auto-tag.yml",
5959
"dest": "linuxdeepin/go-dbus-factory/.github/workflows/call-auto-tag.yml"
6060
},
61+
{
62+
"branch": [
63+
"master"
64+
],
65+
"src": "workflow-templates/call-update-changelog.yml",
66+
"dest": "linuxdeepin/go-dbus-factory/.github/workflows/call-update-changelog.yml"
67+
},
6168
{
6269
"branch": [
6370
"master"

0 commit comments

Comments
 (0)