Skip to content

Commit 920f710

Browse files
committed
AutoMergeRule.json - Recognize test.c.o mirrors
1 parent 69f57fd commit 920f710

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/GitScan/AutoMergeRule.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@
77
],
88
"patch_url": "https://github.com/!1/!2/pull/!3.patch"
99
},
10+
"test.civicrm.org/duderino": {
11+
"match_pr": ";^https?://test.civicrm.org/duderino/file/github/([^/]+)/([^/]+)/([^/]+);",
12+
"match_remote": [
13+
";https://github.com/!1/!2(|/|.git);",
14+
15+
],
16+
"patch_url": "https://test.civicrm.org/duderino/file/github/!1/!2/!3"
17+
},
18+
"duderino.local": {
19+
"match_pr": ";^(https?://duderino\\..*)/file/github/([^/]+)/([^/]+)/([^/]+);",
20+
"match_remote": [
21+
";https://github.com/!2/!3(|/|.git);",
22+
23+
],
24+
"patch_url": "!1/file/github/!2/!3/!4"
25+
},
1026
"lab.civicrm.org": {
1127
"match_pr": ";^https?://lab.civicrm.org/([^/]+)/([^/]+)/merge_requests/([0-9]+)(|.diff|.patch);",
1228
"match_remote": [

0 commit comments

Comments
 (0)