We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69f57fd + 920f710 commit 59d5549Copy full SHA for 59d5549
1 file changed
src/GitScan/AutoMergeRule.json
@@ -7,6 +7,22 @@
7
],
8
"patch_url": "https://github.com/!1/!2/pull/!3.patch"
9
},
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
+ ";git@github.com:!1/!2;"
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
21
+ ";https://github.com/!2/!3(|/|.git);",
22
+ ";git@github.com:!2/!3;"
23
24
+ "patch_url": "!1/file/github/!2/!3/!4"
25
26
"lab.civicrm.org": {
27
"match_pr": ";^https?://lab.civicrm.org/([^/]+)/([^/]+)/merge_requests/([0-9]+)(|.diff|.patch);",
28
"match_remote": [
0 commit comments