-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathdefaults.yml
More file actions
506 lines (506 loc) · 18.5 KB
/
defaults.yml
File metadata and controls
506 lines (506 loc) · 18.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
defaults:
files:
- .github/uci.yml
org:
filecoin-project:
defaults:
files: []
language:
Go:
defaults:
files:
- .github/workflows/go-test.yml
- .github/workflows/go-check.yml
- .github/workflows/releaser.yml
- .github/workflows/release-check.yml
- .github/workflows/tagpush.yml
- version.json
JavaScript: &filoz-js
defaults:
files:
- .github/workflows/js-test-and-release.yml
TypeScript: *filoz-js
Rust:
defaults:
files:
- .github/workflows/releaser.yml
- .github/workflows/release-check.yml
- .github/workflows/tagpush.yml
repo:
unified-github-workflows:
defaults:
files: []
ipfs-examples:
defaults: &ipshipyard-defaults
files:
- .github/workflows/stale.yml
- .github/workflows/generated-pr.yml
ipfs-shipyard: &ipshipyard
defaults: *ipshipyard-defaults
language: &ipshipyard-language
Go:
defaults:
files:
- .github/workflows/go-test.yml
- .github/workflows/go-check.yml
- .github/workflows/releaser.yml
- .github/workflows/release-check.yml
- .github/workflows/tagpush.yml
- version.json
- .github/workflows/stale.yml
- .github/workflows/generated-pr.yml
JavaScript: &ipshipyard-js
defaults:
files:
- .github/workflows/js-test-and-release.yml
- .github/workflows/stale.yml
- .github/workflows/generated-pr.yml
TypeScript: *ipshipyard-js
Rust:
defaults:
files:
- .github/workflows/releaser.yml
- .github/workflows/release-check.yml
- .github/workflows/tagpush.yml
- .github/workflows/stale.yml
- .github/workflows/generated-pr.yml
repo:
Durin: &ipshipyard-repo
defaults: *ipshipyard-defaults
IGiS: *ipshipyard-repo
ansible-ipfs: *ipshipyard-repo
apt-on-ipfs: *ipshipyard-repo
awesome-ipfs: *ipshipyard-repo
clojars-mirror-test: *ipshipyard-repo
cohosting: *ipshipyard-repo
container-demos: *ipshipyard-repo
contributors: *ipshipyard-repo
contributors-hex-grid: *ipshipyard-repo
cube: *ipshipyard-repo
dapp-identity-api: *ipshipyard-repo
dataviz: *ipshipyard-repo
demo-ipfs-id-qr-codes: *ipshipyard-repo
demo-ipfs-todo: *ipshipyard-repo
discussify-browser-extension: *ipshipyard-repo
discussify-styleguide: *ipshipyard-repo
dnslink-cloudflare: *ipshipyard-repo
dnslink-deploy: *ipshipyard-repo
ecosystem-dashboard: *ipshipyard-repo
ecosystem-directory: *ipshipyard-repo
electron-mocha-main: *ipshipyard-repo
empty-repository: *ipshipyard-repo
experiments.peerpad.net: *ipshipyard-repo
farcaster-funding-frame: *ipshipyard-repo
firefox-go-libp2p-webtransport-identify: *ipshipyard-repo
get-gh-contributors: *ipshipyard-repo
github-mgmt: *ipshipyard-repo
go-ds-remote-ipfs: *ipshipyard-repo
go-dumpotron: *ipshipyard-repo
go-ipfs-desktop: *ipshipyard-repo
go-ipfs-docker-examples: *ipshipyard-repo
gomobile-ipfs: *ipshipyard-repo
gutenberg-to-ipfs: *ipshipyard-repo
helia-contributors: *ipshipyard-repo
helia-css: *ipshipyard-repo
hubot-ipfs: *ipshipyard-repo
i18n: *ipshipyard-repo
ignite-metrics: *ipshipyard-repo
integration-mini-projects: *ipshipyard-repo
ipfs-blob-store: *ipshipyard-repo
ipfs-block-party: *ipshipyard-repo
ipfs-camp-2022: *ipshipyard-repo
ipfs-cohost: *ipshipyard-repo
ipfs-css: *ipshipyard-repo
ipfs-dag-builder-vis: *ipshipyard-repo
ipfs-deploy: *ipshipyard-repo
ipfs-glam-community: *ipshipyard-repo
ipfs-hubot: *ipshipyard-repo
ipfs-iiif-db: *ipshipyard-repo
ipfs-live-db: *ipshipyard-repo
ipfs-npm-OLD: *ipshipyard-repo
ipfs-npm-registry-mirror: *ipshipyard-repo
ipfs-npm-republish: *ipshipyard-repo
ipfs-or-gateway: *ipshipyard-repo
ipfs-primer: *ipshipyard-repo
ipfs-protocol-compliance-suite: *ipshipyard-repo
ipfs-provider: *ipshipyard-repo
ipfs-pubsub-1on1: *ipshipyard-repo
ipfs-pubsub-peer-monitor: *ipshipyard-repo
ipfs-pubsub-room: *ipshipyard-repo
ipfs-pubsub-room-demo: *ipshipyard-repo
ipfs-rsync: *ipshipyard-repo
ipfs-senc: *ipshipyard-repo
ipfs-service-worker-demos: *ipshipyard-repo
ipfs-share-files: *ipshipyard-repo
ipfs-snap: *ipshipyard-repo
ipfs-thing-2022: *ipshipyard-repo
ipfs-thing-2023: *ipshipyard-repo
ipfs_dht_explorer: *ipshipyard-repo
ipfsio-about: *ipshipyard-repo
ipfsx: *ipshipyard-repo
ipscend: *ipshipyard-repo
java-ipfs-http-client: *ipshipyard-repo
js-crypto-key-composer: *ipshipyard-repo
js-did-ipid: *ipshipyard-repo
js-dnslink-dnsimple: *ipshipyard-repo
js-human-crypto-keys: *ipshipyard-repo
js-idm-bridge-postmsg: *ipshipyard-repo
js-idm-client: *ipshipyard-repo
js-idm-signatures: *ipshipyard-repo
js-idm-wallet: *ipshipyard-repo
js-ipfs-contributors: *ipshipyard-repo
js-ipfs-level: *ipshipyard-repo
js-ipfs-versidag: *ipshipyard-repo
js-ipid-did-resolver: *ipshipyard-repo
js-ipld-fixtures: *ipshipyard-repo
js-libp2p-react-native: *ipshipyard-repo
js-libp2p-transfer-performance: *ipshipyard-repo
js-mock-ipfs-pinning-service: *ipshipyard-repo
js-pinning-service-http-client: *ipshipyard-repo
js-streams-benchmark: *ipshipyard-repo
js-versidag: *ipshipyard-repo
kipster: *ipshipyard-repo
net-ipfs-core: *ipshipyard-repo
net-ipfs-http-client: *ipshipyard-repo
nft-school-examples: *ipshipyard-repo
nomios-web: *ipshipyard-repo
nomios-web-uikit: *ipshipyard-repo
nomios.io: *ipshipyard-repo
nopfs: *ipshipyard-repo
npm-ipfs-registry-fetch: *ipshipyard-repo
npm-on-ipfs: *ipshipyard-repo
nuxt-module-ecosystem-directory: *ipshipyard-repo
package-table: *ipshipyard-repo
paperhub: *ipshipyard-repo
peer-blog: *ipshipyard-repo
peer-cacl: *ipshipyard-repo
peer-crdt: *ipshipyard-repo
peer-crdt-bind-codemirror: *ipshipyard-repo
peer-crdt-example: *ipshipyard-repo
peer-crdt-ipfs: *ipshipyard-repo
peer-crdt-platform: *ipshipyard-repo
peer-crdt-textarea-binding: *ipshipyard-repo
peer-identity: *ipshipyard-repo
peer-identity-demo: *ipshipyard-repo
peer-pad-core: *ipshipyard-repo
peer-star-infra: *ipshipyard-repo
peer-star-peer-color: *ipshipyard-repo
peer-star-react: *ipshipyard-repo
peerpad-peer-crdt: *ipshipyard-repo
pinning-service-compliance: *ipshipyard-repo
pm-discussify: *ipshipyard-repo
pm-idm: *ipshipyard-repo
pm-peer-pad: *ipshipyard-repo
protons-gossipsub-benchmark: *ipshipyard-repo
py-datastore: *ipshipyard-repo
py-datastore.leveldb: *ipshipyard-repo
py-ipfs: *ipshipyard-repo
py-ipfs-http-client: *ipshipyard-repo
rb-pinning-service-api: *ipshipyard-repo
react-idm-wallet: *ipshipyard-repo
react-ipfs-url: *ipshipyard-repo
react-native-ipfs-demo: *ipshipyard-repo
release-please-ipfs-plugin: *ipshipyard-repo
scala-ipfs-api: *ipshipyard-repo
shared-editing-demo: *ipshipyard-repo
shipyard: *ipshipyard-repo
simple-peer: *ipshipyard-repo
space: *ipshipyard-repo
swift-ipfs-http-client: *ipshipyard-repo
tevere: *ipshipyard-repo
varint-decoder: *ipshipyard-repo
workshop-idm-chat-dapp: *ipshipyard-repo
workshop-todo-dapp: *ipshipyard-repo
www-helia-find-peer: *ipshipyard-repo
www-helia-find-provs: *ipshipyard-repo
www-helia-identify: *ipshipyard-repo
www-helia-io: *ipshipyard-repo
www-libp2p-webrtc: *ipshipyard-repo
www-libp2p-webtransport-sessions: *ipshipyard-repo
www-webtransport-pending-sessions: *ipshipyard-repo
y-ipfs-connector: *ipshipyard-repo
zarr-examples: *ipshipyard-repo
ipfs:
defaults: *ipshipyard-defaults
language: *ipshipyard-language
repo:
.github: *ipshipyard-repo
2019.ipfs.camp: *ipshipyard-repo
aegir-typedoc-theme: *ipshipyard-repo
apps: *ipshipyard-repo
areweinterplanetaryyet.org: *ipshipyard-repo
artwork: *ipshipyard-repo
awesome-ipfs: *ipshipyard-repo
benchmarks: *ipshipyard-repo
browser-design-guidelines: *ipshipyard-repo
camp: *ipshipyard-repo
ci-helpers: *ipshipyard-repo
communications: *ipshipyard-repo
community: *ipshipyard-repo
dapps-wg: *ipshipyard-repo
devgrants: *ipshipyard-repo
distributed-wikipedia-mirror: *ipshipyard-repo
distributions: *ipshipyard-repo
dnslink-action: *ipshipyard-repo
download-ipfs-distribution-action: *ipshipyard-repo
ecosystem-directory: *ipshipyard-repo
eslint-config-ipfs: *ipshipyard-repo
fs-repo-migrations: *ipshipyard-repo
gh-issue-form-test: *ipshipyard-repo
github-mgmt: *ipshipyard-repo
go-dag-store: *ipshipyard-repo
go-data-transfer-bus: *ipshipyard-repo
go-ds-badger4: *ipshipyard-repo
go-ds-crdt: *ipshipyard-repo
go-ds-swift: *ipshipyard-repo
go-ipfs-archived: *ipshipyard-repo
go-ipfs-regression: *ipshipyard-repo
go-ipld-eth-import: *ipshipyard-repo
go-ipld-zcash: *ipshipyard-repo
go-libipfs-rapide: *ipshipyard-repo
go-libp2p-dns-router: *ipshipyard-repo
go-protocolnetwork: *ipshipyard-repo
gomod: *ipshipyard-repo
helia-cli: *ipshipyard-repo
helia-http-gateway: *ipshipyard-repo
helia-remote-pinning: *ipshipyard-repo
helia-verified-fetch: *ipshipyard-repo
helia: *ipshipyard-repo
implementations-grants: *ipshipyard-repo
in-web-browsers: *ipshipyard-repo
integrations: *ipshipyard-repo
ipfs-blog: *ipshipyard-repo
ipfs-camp-2022: *ipshipyard-repo
ipfs-camp-2024: *ipshipyard-repo
ipfs-companion: *ipshipyard-repo
ipfs-deploy-action: *ipshipyard-repo
ipfs-desktop: *ipshipyard-repo
ipfs-docs: *ipshipyard-repo
ipfs-gui: *ipshipyard-repo
ipfs-repository-template: *ipshipyard-repo
ipfs-website: *ipshipyard-repo
ipfs-webui: *ipshipyard-repo
ipfs.fyi: *ipshipyard-repo
ipfs: *ipshipyard-repo
js-dag-service: *ipshipyard-repo
js-fs-pull-blob-store: *ipshipyard-repo
js-idb-pull-blob-store: *ipshipyard-repo
js-ipfs-merkle-dag: *ipshipyard-repo
js-level-pull-blob-store: *ipshipyard-repo
kubo: *ipshipyard-repo
lightning-storm: *ipshipyard-repo
local-offline-collab: *ipshipyard-repo
metrics: *ipshipyard-repo
mobile-design-guidelines: *ipshipyard-repo
newsletter: *ipshipyard-repo
npm-kubo: *ipshipyard-repo
pinning-services-api-spec: *ipshipyard-repo
roadmap: *ipshipyard-repo
service-worker-gateway: *ipshipyard-repo
sharness: *ipshipyard-repo
spec-generator: *ipshipyard-repo
specs: *ipshipyard-repo
start-ipfs-daemon-action: *ipshipyard-repo
steering-wg: *ipshipyard-repo
uci:
defaults:
files: []
working-groups: *ipshipyard-repo
ipld:
defaults: *ipshipyard-defaults
language: *ipshipyard-language
repo:
cid-cbor: *ipshipyard-repo
codec-fixtures: *ipshipyard-repo
explore.ipld.io: *ipshipyard-repo
github-mgmt: *ipshipyard-repo
go-car-priv: *ipshipyard-repo
go-datalark: *ipshipyard-repo
go-ipld: *ipshipyard-repo
go-walker: *ipshipyard-repo
ipld: *ipshipyard-repo
java-cid: *ipshipyard-repo
java-ipld-cbor: *ipshipyard-repo
js-bitcoin: *ipshipyard-repo
js-blockcodec-to-ipld-format: *ipshipyard-repo
js-dag-ucan: *ipshipyard-repo
js-examples: *ipshipyard-repo
js-ipld-schema: *ipshipyard-repo
js-printify: *ipshipyard-repo
js-unixfs: *ipshipyard-repo
libipld: *ipshipyard-repo
rust-ipld-core: *ipshipyard-repo
rust-ipld-dagpb: *ipshipyard-repo
serde_ipld_dagcbor: *ipshipyard-repo
serde_ipld_dagjson: *ipshipyard-repo
wasm-ipld: *ipshipyard-repo
ipshipyard:
defaults: *ipshipyard-defaults
language: *ipshipyard-language
repo:
.github: *ipshipyard-repo
cf-gateway-stats: *ipshipyard-repo
drop-in-service-worker: *ipshipyard-repo
github-mgmt: *ipshipyard-repo
helia-react-components: *ipshipyard-repo
ipns-inspector: *ipshipyard-repo
js-libp2p-auto-tls: *ipshipyard-repo
js-libp2p-http: *ipshipyard-repo
js-node-datachannel: *ipshipyard-repo
waterworks-community: *ipshipyard-repo
waterworks-infra: *ipshipyard-repo
libp2p:
defaults: *ipshipyard-defaults
language:
<<: *ipshipyard-language
JavaScript: &libp2p-js
defaults:
files:
- .github/workflows/js-test-and-release.yml
- .github/workflows/semantic-pull-request.yml
- .github/workflows/stale.yml
- .github/workflows/generated-pr.yml
TypeScript: *libp2p-js
repo:
.github: *ipshipyard-repo
awesome-libp2p: *ipshipyard-repo
blog-new: *ipshipyard-repo
blog: *ipshipyard-repo
community: *ipshipyard-repo
connectivity-site: *ipshipyard-repo
core-fund: *ipshipyard-repo
cpp-libp2p: *ipshipyard-repo
credits: *ipshipyard-repo
cs-libp2p-crypto: *ipshipyard-repo
cs-libp2p-io: *ipshipyard-repo
cs-libp2p-peer: *ipshipyard-repo
cs-libp2p-protocol: *ipshipyard-repo
cs-libp2p-record: *ipshipyard-repo
cs-libp2p-utils: *ipshipyard-repo
demo-multi-lang: *ipshipyard-repo
developer-meetings: *ipshipyard-repo
devgrants: *ipshipyard-repo
dht-hardening: *ipshipyard-repo
dht-tracer-archived: *ipshipyard-repo
dht-tracer: *ipshipyard-repo
dht-vis-v0: *ipshipyard-repo
docs-old: *ipshipyard-repo
docs: *ipshipyard-repo
error-codes: *ipshipyard-repo
fclibp2p-zhi: *ipshipyard-repo
foundation: *ipshipyard-repo
github-mgmt: *ipshipyard-repo
go-libp2p-holepunch-test: *ipshipyard-repo
go-libp2p-rendezvous: *ipshipyard-repo
go-libp2p-slog: *ipshipyard-repo
go-libp2p-users: *ipshipyard-repo
go-libp2p-websocket-star-rendezvous: *ipshipyard-repo
go-udp-transport: *ipshipyard-repo
gossipsub-hardening: *ipshipyard-repo
governance: *ipshipyard-repo
haskell-p2pcat: *ipshipyard-repo
if-watch: *ipshipyard-repo
interface-libp2p: *ipshipyard-repo
ipfs-camp-2022: *ipshipyard-repo
iptoasn: *ipshipyard-repo
js-libp2p-aes-ctr: &libp2p-repo
defaults:
files:
- .github/workflows/semantic-pull-request.yml
- .github/workflows/stale.yml
- .github/workflows/generated-pr.yml
js-libp2p-daemon-client: *libp2p-repo
js-libp2p-devtools: *libp2p-repo
js-libp2p-example-auto-tls: *libp2p-repo
js-libp2p-example-browser-pubsub: *libp2p-repo
js-libp2p-example-chat: *libp2p-repo
js-libp2p-example-circuit-relay: *libp2p-repo
js-libp2p-example-connection-encryption: *libp2p-repo
js-libp2p-example-custom-protocols: *libp2p-repo
js-libp2p-example-delegated-routing: *libp2p-repo
js-libp2p-example-discovery-mechanisms: *libp2p-repo
js-libp2p-example-fork-go-template: *libp2p-repo
js-libp2p-example-peer-and-content-routing: *libp2p-repo
js-libp2p-example-pnet: *libp2p-repo
js-libp2p-example-protocol-and-stream-muxing: *libp2p-repo
js-libp2p-example-pubsub: *libp2p-repo
js-libp2p-example-transports: *libp2p-repo
js-libp2p-example-webrtc-private-to-private: *libp2p-repo
js-libp2p-examples: *libp2p-repo
js-libp2p-http-fetch: *libp2p-repo
js-libp2p-metrics: *libp2p-repo
js-libp2p-nat-mngr: *libp2p-repo
js-libp2p-protocol-adventure: *libp2p-repo
js-libp2p-rendezvous: *libp2p-repo
js-libp2p-rsa: *libp2p-repo
js-libp2p-streaming-benchmark: *libp2p-repo
js-libp2p-udp: *libp2p-repo
js-libp2p-udt: *libp2p-repo
js-libp2p-utp: *libp2p-repo
js-libp2p: *libp2p-repo
js-p2pcat: *libp2p-repo
js-peer-id: *libp2p-repo
jvm-libp2p: *ipshipyard-repo
libp2p-go-webrtc-benchmarks: *ipshipyard-repo
libp2p-webrtc-guide: *ipshipyard-repo
libp2p: *ipshipyard-repo
notes: *ipshipyard-repo
npm-go-libp2p-dep: *ipshipyard-repo
observation-deck: *ipshipyard-repo
observer-toolkit: *ipshipyard-repo
product: *ipshipyard-repo
projects: *ipshipyard-repo
pull-mplex: *ipshipyard-repo
punchr: *ipshipyard-repo
py-libp2p-slog: *ipshipyard-repo
py-libp2p-xor: *ipshipyard-repo
py-libp2p: *ipshipyard-repo
research-pubsub: *ipshipyard-repo
rust-libp2p-identity: *ipshipyard-repo
rust-libp2p: *libp2p-repo
rust-yamux: *ipshipyard-repo
security: *ipshipyard-repo
specs: *ipshipyard-repo
team-mgmt: *ipshipyard-repo
test-plans: *ipshipyard-repo
test: *ipshipyard-repo
uci:
defaults:
files: []
universal-connectivity: *ipshipyard-repo
website-new: *ipshipyard-repo
website: *ipshipyard-repo
xtp: *ipshipyard-repo
multiformats:
defaults: *ipshipyard-defaults
language: *ipshipyard-language
repo:
base-x: *ipshipyard-repo
cid-utils-website: *ipshipyard-repo
cid: *ipshipyard-repo
docs: *ipshipyard-repo
github-mgmt: *ipshipyard-repo
go-multigram: *ipshipyard-repo
java-multiaddr: *ipshipyard-repo
java-multibase: *ipshipyard-repo
java-multihash: *ipshipyard-repo
js-blake2: *ipshipyard-repo
js-cid-tool: *ipshipyard-repo
js-dns: *ipshipyard-repo
js-multicodec-table: *ipshipyard-repo
js-multicodec: *ipshipyard-repo
js-sha3: *ipshipyard-repo
multiaddr: *ipshipyard-repo
multibase: *ipshipyard-repo
multicodec: *ipshipyard-repo
multiformats: *ipshipyard-repo
multihash: *ipshipyard-repo
multistream-select: *ipshipyard-repo
multistream: *ipshipyard-repo
rust-cid: *ipshipyard-repo
rust-multiaddr: *ipshipyard-repo
rust-multibase: *ipshipyard-repo
rust-multihash: *ipshipyard-repo
specs: *ipshipyard-repo
unsigned-varint: *ipshipyard-repo
website: *ipshipyard-repo