Skip to content

Commit 00487e9

Browse files
committed
chore: add CI for deepin-translation-utils
1 parent 56a85f9 commit 00487e9

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
[
2+
{
3+
"branches": [
4+
"master",
5+
"develop/.+",
6+
"release/.+"
7+
],
8+
"src": "workflow-templates/call-commitlint.yml",
9+
"dest": "linuxdeepin/deepin-translation-utils/.github/workflows/call-commitlint.yml"
10+
},
11+
{
12+
"branches": [
13+
"master",
14+
"develop/.+",
15+
"release/.+"
16+
],
17+
"src": "workflow-templates/call-chatOps.yml",
18+
"dest": "linuxdeepin/deepin-translation-utils/.github/workflows/call-chatOps.yml"
19+
},
20+
{
21+
"branches": [
22+
"master",
23+
"develop/.+",
24+
"release/.+"
25+
],
26+
"src": "workflow-templates/call-clacheck.yml",
27+
"dest": "linuxdeepin/deepin-translation-utils/.github/workflows/call-clacheck.yml"
28+
}
29+
]

0 commit comments

Comments
 (0)