File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
packages/backend/src/schemas Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ export interface GitHubConfig {
46
46
repos ?: string [ ] ;
47
47
exclude ?: {
48
48
/**
49
- * Exlcude forked repositories from syncing.
49
+ * Exclude forked repositories from syncing.
50
50
*/
51
51
forks ?: boolean ;
52
52
/**
53
- * Exlcude archived repositories from syncing.
53
+ * Exclude archived repositories from syncing.
54
54
*/
55
55
archived ?: boolean ;
56
56
/**
@@ -107,11 +107,11 @@ export interface GitLabConfig {
107
107
projects ?: string [ ] ;
108
108
exclude ?: {
109
109
/**
110
- * Exlcude forked projects from syncing.
110
+ * Exclude forked projects from syncing.
111
111
*/
112
112
forks ?: boolean ;
113
113
/**
114
- * Exlcude archived projects from syncing.
114
+ * Exclude archived projects from syncing.
115
115
*/
116
116
archived ?: boolean ;
117
117
/**
@@ -155,11 +155,11 @@ export interface GiteaConfig {
155
155
users ?: string [ ] ;
156
156
exclude ?: {
157
157
/**
158
- * Exlcude forked repositories from syncing.
158
+ * Exclude forked repositories from syncing.
159
159
*/
160
160
forks ?: boolean ;
161
161
/**
162
- * Exlcude archived repositories from syncing.
162
+ * Exclude archived repositories from syncing.
163
163
*/
164
164
archived ?: boolean ;
165
165
/**
Original file line number Diff line number Diff line change 136
136
"forks" : {
137
137
"type" : " boolean" ,
138
138
"default" : false ,
139
- "description" : " Exlcude forked repositories from syncing."
139
+ "description" : " Exclude forked repositories from syncing."
140
140
},
141
141
"archived" : {
142
142
"type" : " boolean" ,
143
143
"default" : false ,
144
- "description" : " Exlcude archived repositories from syncing."
144
+ "description" : " Exclude archived repositories from syncing."
145
145
},
146
146
"repos" : {
147
147
"type" : " array" ,
227
227
"forks" : {
228
228
"type" : " boolean" ,
229
229
"default" : false ,
230
- "description" : " Exlcude forked projects from syncing."
230
+ "description" : " Exclude forked projects from syncing."
231
231
},
232
232
"archived" : {
233
233
"type" : " boolean" ,
234
234
"default" : false ,
235
- "description" : " Exlcude archived projects from syncing."
235
+ "description" : " Exclude archived projects from syncing."
236
236
},
237
237
"projects" : {
238
238
"type" : " array" ,
324
324
"forks" : {
325
325
"type" : " boolean" ,
326
326
"default" : false ,
327
- "description" : " Exlcude forked repositories from syncing."
327
+ "description" : " Exclude forked repositories from syncing."
328
328
},
329
329
"archived" : {
330
330
"type" : " boolean" ,
331
331
"default" : false ,
332
- "description" : " Exlcude archived repositories from syncing."
332
+ "description" : " Exclude archived repositories from syncing."
333
333
},
334
334
"repos" : {
335
335
"type" : " array" ,
You can’t perform that action at this time.
0 commit comments