Skip to content

Commit cca855d

Browse files
Update mappings for emergence-github source
1 parent 33e0a70 commit cca855d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

php-config/Git.config.d/emergence-github.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
'originBranch' => 'master',
66
'workingBranch' => 'master',
77
'trees' => [
8+
'html-templates/connectors/github',
89
'php-classes/Emergence/GitHub',
910
'php-config/Emergence/GitHub',
11+
'php-config/Emergence/People/User.config.d/github-token.php',
1012
'php-config/Git.config.d/emergence-github.php',
13+
'php-migrations/Emergence/GitHub',
1114
'site-root/connectors/github.php'
1215
]
1316
];

php-config/Git.config.d/laddr.php

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
'event-handlers',
1010
'html-templates' => [
1111
'exclude' => [
12-
'#^/redirects/#' // exclude redirects library
12+
'#^/redirects/#', // exclude redirects library
13+
'#^/connectors/github/#'
1314
]
1415
],
1516
'locales',
@@ -23,10 +24,15 @@
2324
'php-config' => [
2425
'exclude' => [
2526
'#^/Site.config.d/redirects\.php$#', // exclude redirects library
27+
'#^/Emergence/GitHub/#',
28+
'#^/Emergence/People/User\.config\.d/github-token\.php$#'
29+
]
30+
],
31+
'php-migrations' => [
32+
'exclude' => [
2633
'#^/Emergence/GitHub/#'
2734
]
2835
],
29-
'php-migrations',
3036
'site-root' => [
3137
'exclude' => [
3238
'#^/redirects\.php$#', // exclude redirects library

0 commit comments

Comments
 (0)