From f31600389eb485d264f77b7e2820d862bcada620 Mon Sep 17 00:00:00 2001 From: deepin-community-bot Date: Thu, 25 Apr 2024 18:05:51 +0000 Subject: [PATCH] chore: sync workflow to all public repo --- repos/deepin-community/crun.json | 23 +++++++++++++++++++++++ repos/deepin-community/wasmedge.json | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 repos/deepin-community/crun.json create mode 100644 repos/deepin-community/wasmedge.json diff --git a/repos/deepin-community/crun.json b/repos/deepin-community/crun.json new file mode 100644 index 00000000..9be462d6 --- /dev/null +++ b/repos/deepin-community/crun.json @@ -0,0 +1,23 @@ +[ + { + "branch": [ + "master" + ], + "src": "workflow-templates/call-chatOps.yml", + "dest": "deepin-community/crun/.github/workflows/call-chatOps.yml" + }, + { + "branch": [ + "master" + ], + "src": "workflow-templates/backup-to-gitlab.yml", + "dest": "deepin-community/crun/.github/workflows/backup-to-gitlab.yml" + }, + { + "branch": [ + "master" + ], + "src": "workflow-templates/call-auto-tag.yml", + "dest": "deepin-community/crun/.github/workflows/call-auto-tag.yml" + } +] \ No newline at end of file diff --git a/repos/deepin-community/wasmedge.json b/repos/deepin-community/wasmedge.json new file mode 100644 index 00000000..ffb809b7 --- /dev/null +++ b/repos/deepin-community/wasmedge.json @@ -0,0 +1,23 @@ +[ + { + "branch": [ + "master" + ], + "src": "workflow-templates/call-chatOps.yml", + "dest": "deepin-community/wasmedge/.github/workflows/call-chatOps.yml" + }, + { + "branch": [ + "master" + ], + "src": "workflow-templates/backup-to-gitlab.yml", + "dest": "deepin-community/wasmedge/.github/workflows/backup-to-gitlab.yml" + }, + { + "branch": [ + "master" + ], + "src": "workflow-templates/call-auto-tag.yml", + "dest": "deepin-community/wasmedge/.github/workflows/call-auto-tag.yml" + } +] \ No newline at end of file