Skip to content

Commit f8fa59f

Browse files
committed
chore: wip
1 parent c10fb67 commit f8fa59f

File tree

1 file changed

+63
-64
lines changed

1 file changed

+63
-64
lines changed

.github/labeler.yml

Lines changed: 63 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
api:
2-
- './storage/framework/api/**'
2+
- 'storage/framework/api/**'
33

44
deps:
55
- ./package.json
66

77
core:
8-
- './storage/framework/.stacks/**'
8+
- 'storage/framework/.stacks/**'
99

1010
ide:
11-
- './storage/framework/ide/**'
11+
- 'storage/framework/ide/**'
1212

1313
jetbrains:
14-
- './storage/framework/ide/jetbrains/**'
14+
- 'storage/framework/ide/jetbrains/**'
1515

1616
vscode:
17-
- './storage/framework/ide/vscode/**'
17+
- 'storage/framework/ide/vscode/**'
1818

1919
libs:
2020
- 'storage/framework/libs/**'
@@ -37,10 +37,10 @@ scripts:
3737
- ./storage/framework/.stacks/scripts/**
3838

3939
stack:
40-
- './storage/framework/.stacks/stacks/**'
40+
- 'storage/framework/.stacks/stacks/**'
4141

4242
dashboard:
43-
- './storage/framework/.stacks/stacks/dashboard/**'
43+
- 'storage/framework/.stacks/stacks/dashboard/**'
4444

4545
vcs:
4646
- ./storage/framework/.stacks/vcs/**
@@ -49,188 +49,187 @@ github:
4949
- ./storage/framework/.stacks/vcs/github/**
5050

5151
views:
52-
- './storage/framework/.stacks/views/**'
52+
- 'storage/framework/.stacks/views/**'
5353
- resources/views/**
5454

5555
web:
5656
- ./storage/framework/.stacks/views/web/**
5757

5858
actions:
59-
- './storage/framework/.stacks/core/actions/**'
59+
- 'storage/framework/.stacks/core/actions/**'
6060

6161
ai:
62-
- './storage/framework/.stacks/core/ai/**'
62+
- 'storage/framework/.stacks/core/ai/**'
6363

6464
alias:
65-
- './storage/framework/.stacks/core/alias/**'
65+
- 'storage/framework/.stacks/core/alias/**'
6666

6767
analytics:
68-
- './storage/framework/.stacks/core/analytics/**'
68+
- 'storage/framework/.stacks/core/analytics/**'
6969

7070
arrays:
71-
- './storage/framework/.stacks/core/utils/arrays/**'
71+
- 'storage/framework/.stacks/core/utils/arrays/**'
7272

7373
auth:
74-
- './storage/framework/.stacks/core/auth/**'
74+
- 'storage/framework/.stacks/core/auth/**'
7575

7676
buddy:
77-
- './storage/framework/.stacks/core/buddy/**'
77+
- 'storage/framework/.stacks/core/buddy/**'
7878

7979
build:
80-
- './storage/framework/.stacks/core/build/**'
80+
- 'storage/framework/.stacks/core/build/**'
8181

8282
cache:
83-
- './storage/framework/.stacks/core/cache/**'
83+
- 'storage/framework/.stacks/core/cache/**'
8484

8585
chat:
86-
- './storage/framework/.stacks/core/notifications/chat/**'
86+
- 'storage/framework/.stacks/core/notifications/chat/**'
8787

8888
cli:
89-
- './storage/framework/.stacks/core/cli/**'
89+
- 'storage/framework/.stacks/core/cli/**'
9090
- app/commands/**
9191

9292
cloud:
93-
- './storage/framework/.stacks/core/cloud/**'
93+
- 'storage/framework/.stacks/core/cloud/**'
9494

9595
collections:
96-
- './storage/framework/.stacks/core/utils/collections/**'
96+
- 'storage/framework/.stacks/core/utils/collections/**'
9797

9898
config:
99-
- './storage/framework/.stacks/core/config/**'
99+
- 'storage/framework/.stacks/core/config/**'
100100
- config/**
101101

102102
database:
103-
- './storage/framework/.stacks/core/database/**'
103+
- 'storage/framework/.stacks/core/database/**'
104104

105105
datetime:
106-
- './storage/framework/.stacks/core/utils/datetime/**'
106+
- 'storage/framework/.stacks/core/utils/datetime/**'
107107

108108
desktop:
109-
- './storage/framework/.stacks/core/desktop/**'
109+
- 'storage/framework/.stacks/core/desktop/**'
110110
- ./storage/framework/.stacks/views/desktop/**
111111

112112
development:
113-
- './storage/framework/.stacks/core/development/**'
113+
- 'storage/framework/.stacks/core/development/**'
114114

115115
dns:
116-
- './storage/framework/.stacks/core/dns/**'
116+
- 'storage/framework/.stacks/core/dns/**'
117117

118118
docs:
119-
- './storage/framework/.stacks/core/docs/**'
119+
- 'storage/framework/.stacks/core/docs/**'
120120
- 'storage/framework/docs/**'
121121
- docs/**
122122
- config/docs.ts
123123

124124
email:
125-
- './storage/framework/.stacks/core/notifications/email/**'
125+
- 'storage/framework/.stacks/core/notifications/email/**'
126126

127127
error-handling:
128-
- './storage/framework/.stacks/core/error-handling/**'
128+
- 'storage/framework/.stacks/core/error-handling/**'
129129

130130
events:
131-
- './storage/framework/.stacks/core/events/**'
131+
- 'storage/framework/.stacks/core/events/**'
132132
- app/events/**
133133

134134
faker:
135-
- './storage/framework/.stacks/core/faker/**'
135+
- 'storage/framework/.stacks/core/faker/**'
136136

137137
git:
138-
- './storage/framework/.stacks/core/utils/git/**'
138+
- 'storage/framework/.stacks/core/utils/git/**'
139139

140140
health:
141-
- './storage/framework/.stacks/core/health/**'
141+
- 'storage/framework/.stacks/core/health/**'
142142

143143
lint:
144-
- './storage/framework/.stacks/core/lint/**'
144+
- 'storage/framework/.stacks/core/lint/**'
145145

146146
logging:
147-
- './storage/framework/.stacks/core/logging/**'
147+
- 'storage/framework/.stacks/core/logging/**'
148148

149149
modules:
150-
- './storage/framework/.stacks/core/modules/**'
150+
- 'storage/framework/.stacks/core/modules/**'
151151

152152
notifications:
153-
- './storage/framework/.stacks/core/notifications/**'
153+
- 'storage/framework/.stacks/core/notifications/**'
154154
- app/notifications/**
155155

156156
objects:
157-
- './storage/framework/.stacks/core/utils/objects/**'
157+
- 'storage/framework/.stacks/core/utils/objects/**'
158158

159159
orm:
160-
- './storage/framework/.stacks/core/orm/**'
160+
- 'storage/framework/.stacks/core/orm/**'
161161

162162
pages:
163-
- './storage/framework/.stacks/core/pages/**'
163+
- 'storage/framework/.stacks/core/pages/**'
164164

165165
path:
166-
- './storage/framework/.stacks/core/path/**'
166+
- 'storage/framework/.stacks/core/path/**'
167167

168168
payments:
169-
- './storage/framework/.stacks/core/payments/**'
169+
- 'storage/framework/.stacks/core/payments/**'
170170

171171
push:
172-
- './storage/framework/.stacks/core/notifications/push/**'
172+
- 'storage/framework/.stacks/core/notifications/push/**'
173173

174174
query-builder:
175-
- './storage/framework/.stacks/core/query-builder/**'
175+
- 'storage/framework/.stacks/core/query-builder/**'
176176

177177
queue:
178-
- './storage/framework/.stacks/core/queue/**'
178+
- 'storage/framework/.stacks/core/queue/**'
179179

180180
real-time:
181-
- './storage/framework/.stacks/core/real-time/**'
181+
- 'storage/framework/.stacks/core/real-time/**'
182182

183183
repl:
184-
- './storage/framework/.stacks/core/repl/**'
184+
- 'storage/framework/.stacks/core/repl/**'
185185

186186
router:
187-
- './storage/framework/.stacks/core/router/**'
187+
- 'storage/framework/.stacks/core/router/**'
188188

189189
scheduler:
190-
- './storage/framework/.stacks/core/scheduler/**'
190+
- 'storage/framework/.stacks/core/scheduler/**'
191191

192192
search-engine:
193-
- './storage/framework/.stacks/core/search-engine/**'
193+
- 'storage/framework/.stacks/core/search-engine/**'
194194

195195
security:
196-
- './storage/framework/.stacks/core/security/**'
196+
- 'storage/framework/.stacks/core/security/**'
197197

198198
server:
199-
- './storage/framework/.stacks/core/server/**'
199+
- 'storage/framework/.stacks/core/server/**'
200200

201201
signals:
202-
- './storage/framework/.stacks/core/signals/**'
202+
- 'storage/framework/.stacks/core/signals/**'
203203

204204
slug:
205-
- './storage/framework/.stacks/core/slug/**'
205+
- 'storage/framework/.stacks/core/slug/**'
206206

207207
sms:
208-
- './storage/framework/.stacks/core/notifications/sms/**'
208+
- 'storage/framework/.stacks/core/notifications/sms/**'
209209

210210
storage:
211-
- './storage/framework/.stacks/core/storage/**'
212211
- storage/**
213212

214213
strings:
215-
- './storage/framework/.stacks/core/utils/strings/**'
214+
- 'storage/framework/.stacks/core/utils/strings/**'
216215

217216
testing:
218-
- './storage/framework/.stacks/core/testing/**'
217+
- 'storage/framework/.stacks/core/testing/**'
219218

220219
tinker:
221-
- './storage/framework/.stacks/core/tinker/**'
220+
- 'storage/framework/.stacks/core/tinker/**'
222221

223222
types:
224-
- './storage/framework/.stacks/core/types/**'
223+
- 'storage/framework/.stacks/core/types/**'
225224

226225
ui:
227-
- './storage/framework/.stacks/core/ui/**'
226+
- 'storage/framework/.stacks/core/ui/**'
228227

229228
utils:
230-
- './storage/framework/.stacks/core/utils/**'
229+
- 'storage/framework/.stacks/core/utils/**'
231230

232231
validation:
233-
- './storage/framework/.stacks/core/validation/**'
232+
- 'storage/framework/.stacks/core/validation/**'
234233

235234
app:
236235
- app/**

0 commit comments

Comments
 (0)