You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: github/ipshipyard.yml
+104Lines changed: 104 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,20 @@ repositories:
124
124
squash_merge_commit_message: COMMIT_MESSAGES
125
125
squash_merge_commit_title: COMMIT_OR_PR_TITLE
126
126
visibility: public
127
+
demo-repository:
128
+
advanced_security: false
129
+
allow_update_branch: false
130
+
archived: false
131
+
default_branch: main
132
+
description: A code repository designed to show the best GitHub has to offer.
133
+
has_discussions: false
134
+
merge_commit_message: PR_TITLE
135
+
merge_commit_title: MERGE_MESSAGE
136
+
secret_scanning_push_protection: false
137
+
secret_scanning: false
138
+
squash_merge_commit_message: COMMIT_MESSAGES
139
+
squash_merge_commit_title: COMMIT_OR_PR_TITLE
140
+
visibility: private
127
141
deno_helia:
128
142
advanced_security: false
129
143
allow_update_branch: false
@@ -251,6 +265,82 @@ repositories:
251
265
squash_merge_commit_message: COMMIT_MESSAGES
252
266
squash_merge_commit_title: COMMIT_OR_PR_TITLE
253
267
visibility: public
268
+
ipfs-deploy-action:
269
+
advanced_security: false
270
+
allow_update_branch: false
271
+
archived: false
272
+
collaborators:
273
+
push:
274
+
- web3-bot
275
+
default_branch: main
276
+
description: Official IPFS GitHub Action for deploying static sites (or builds) to IPFS nodes/pinning services with CAR files, and addressing site builds with CIDs
277
+
has_discussions: false
278
+
merge_commit_message: PR_TITLE
279
+
merge_commit_title: MERGE_MESSAGE
280
+
secret_scanning_push_protection: false
281
+
secret_scanning: false
282
+
squash_merge_commit_message: COMMIT_MESSAGES
283
+
squash_merge_commit_title: COMMIT_OR_PR_TITLE
284
+
teams:
285
+
pull:
286
+
- engineering
287
+
topics:
288
+
- actions
289
+
- car-file
290
+
- cid
291
+
- deploy
292
+
- github
293
+
- ipfs-cluster
294
+
- ipfs
295
+
- kubo
296
+
- pinata
297
+
- storacha
298
+
- upload
299
+
visibility: public
300
+
ipfs-quicklaunch:
301
+
advanced_security: false
302
+
allow_update_branch: false
303
+
archived: false
304
+
collaborators:
305
+
push:
306
+
- web3-bot
307
+
default_branch: main
308
+
description: IPFS app launcher browser extension with local pet names, version management, and smart CID discovery
309
+
has_discussions: false
310
+
merge_commit_message: PR_TITLE
311
+
merge_commit_title: MERGE_MESSAGE
312
+
secret_scanning_push_protection: false
313
+
secret_scanning: false
314
+
squash_merge_commit_message: COMMIT_MESSAGES
315
+
squash_merge_commit_title: COMMIT_OR_PR_TITLE
316
+
teams:
317
+
pull:
318
+
- engineering
319
+
visibility: public
320
+
ipns-inspector:
321
+
advanced_security: false
322
+
allow_update_branch: false
323
+
archived: false
324
+
collaborators:
325
+
push:
326
+
- web3-bot
327
+
default_branch: main
328
+
description: inspect and create IPNS records from the browser
329
+
has_discussions: false
330
+
merge_commit_message: PR_TITLE
331
+
merge_commit_title: MERGE_MESSAGE
332
+
secret_scanning_push_protection: false
333
+
secret_scanning: false
334
+
squash_merge_commit_message: COMMIT_MESSAGES
335
+
squash_merge_commit_title: COMMIT_OR_PR_TITLE
336
+
teams:
337
+
pull:
338
+
- engineering
339
+
topics:
340
+
- debug
341
+
- ipfs
342
+
- ipns
343
+
visibility: public
254
344
ipshipyard.com:
255
345
advanced_security: false
256
346
allow_update_branch: false
@@ -448,6 +538,20 @@ repositories:
448
538
squash_merge_commit_message: COMMIT_MESSAGES
449
539
squash_merge_commit_title: COMMIT_OR_PR_TITLE
450
540
visibility: private
541
+
unixfs-toolkit:
542
+
advanced_security: false
543
+
allow_update_branch: false
544
+
archived: false
545
+
default_branch: main
546
+
description: UnixFS toolkit with cross platform bindings
0 commit comments