This repository was archived by the owner on Aug 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ This directory contains config files used for workflow dispatch.
66| --- | --- |
77| go | repositories containing Go code |
88| testing | repositories used for testing unified CI workflows |
9+ | custom | repositories not ready for full unified CI |
910
1011## Adding new repository to existing config file
1112
Original file line number Diff line number Diff line change 1+ {
2+ "defaults" : {
3+ "files" : []
4+ },
5+ "repositories" : [
6+ {
7+ "target" : " ipfs/go-ipfs" ,
8+ "files" : [
9+ " .github/workflows/automerge.yml" ,
10+ " .github/workflows/sync-release-assets.yml"
11+ ],
12+ "dist" : " go-ipfs"
13+ }
14+ ]
15+ }
Original file line number Diff line number Diff line change 5252 { "target" : " ipfs/go-filestore" },
5353 { "target" : " ipfs/go-fs-lock" },
5454 { "target" : " ipfs/go-graphsync" },
55- {
56- "target" : " ipfs/go-ipfs" ,
57- "files" : [
58- " .github/workflows/automerge.yml" ,
59- " .github/workflows/sync-release-assets.yml"
60- ],
61- "dist" : " go-ipfs" ,
62- "deploy_versioning" : false ,
63- "deploy_go" : false
64- },
6555 { "target" : " ipfs/go-ipfs-api" },
6656 { "target" : " ipfs/go-ipfs-blockstore" },
6757 { "target" : " ipfs/go-ipfs-blocksutil" },
You can’t perform that action at this time.
0 commit comments