Skip to content

Commit

Permalink
feat: add deepin manual config
Browse files Browse the repository at this point in the history
workflow template sync to deepin manual

Log:
  • Loading branch information
myml committed Mar 7, 2022
1 parent 3a25f10 commit 1250057
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion organization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
organization: linuxdeepin
settings:
- repositories: ["deepin-camera", "deepin-music"]
- repositories: ["deepin-camera", "deepin-music", "deepin-manual"]
features:
issues:
enable: false
Expand Down
22 changes: 22 additions & 0 deletions repos/linuxdeepin/deepin-manual.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"src": "workflow-templates/backup-to-gitlab.yml",
"dest": "linuxdeepin/deepin-manual/.github/workflows/backup-to-gitlab.yml"
},
{
"src": "workflow-templates/call-commitlint.yml",
"dest": "linuxdeepin/deepin-manual/.github/workflows/call-commitlint.yml"
},
{
"src": "workflow-templates/chatOps.yml",
"dest": "linuxdeepin/deepin-manual/.github/workflows/chatOps.yml"
},
{
"src": "workflow-templates/cppcheck.yml",
"dest": "linuxdeepin/deepin-manual/.github/workflows/cppcheck.yml"
},
{
"src": "workflow-templates/call-jenkins-bridge.yml",
"dest": "linuxdeepin/deepin-manual/.github/workflows/call-jenkins-bridge.yml"
}
]

0 comments on commit 1250057

Please sign in to comment.