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"