File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 5
5
'originBranch ' => 'master ' ,
6
6
'workingBranch ' => 'master ' ,
7
7
'trees ' => [
8
+ 'html-templates/connectors/github ' ,
8
9
'php-classes/Emergence/GitHub ' ,
9
10
'php-config/Emergence/GitHub ' ,
11
+ 'php-config/Emergence/People/User.config.d/github-token.php ' ,
10
12
'php-config/Git.config.d/emergence-github.php ' ,
13
+ 'php-migrations/Emergence/GitHub ' ,
11
14
'site-root/connectors/github.php '
12
15
]
13
16
];
Original file line number Diff line number Diff line change 9
9
'event-handlers ' ,
10
10
'html-templates ' => [
11
11
'exclude ' => [
12
- '#^/redirects/# ' // exclude redirects library
12
+ '#^/redirects/# ' , // exclude redirects library
13
+ '#^/connectors/github/# '
13
14
]
14
15
],
15
16
'locales ' ,
23
24
'php-config ' => [
24
25
'exclude ' => [
25
26
'#^/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 ' => [
26
33
'#^/Emergence/GitHub/# '
27
34
]
28
35
],
29
- 'php-migrations ' ,
30
36
'site-root ' => [
31
37
'exclude ' => [
32
38
'#^/redirects\.php$# ' , // exclude redirects library
You can’t perform that action at this time.
0 commit comments