Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #79 from protocol/add-ipfs-repos
Browse files Browse the repository at this point in the history
add a number of ipfs repos
  • Loading branch information
Stebalien authored Apr 23, 2021
2 parents 1504b41 + 14da742 commit d569b44
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
# We could use a higher number here. We use a small number just to make sure to create multiple batches.
MAX_REPOS_PER_WORKFLOW: 8
MAX_REPOS_PER_WORKFLOW: 16
FILES: '[ ".github/workflows/automerge.yml", ".github/workflows/go-test.yml", ".github/workflows/go-check.yml" ]' # a JSON array of the files to distribute

jobs:
Expand Down
26 changes: 26 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,33 @@
{ "target": "filecoin-project/go-amt-ipld" },
{ "target": "filecoin-project/go-fil-commp-hashhash" },
{ "target": "filecoin-project/go-hamt-ipld" },
{ "target": "ipfs/go-block-format" },
{ "target": "ipfs/go-detect-race" },
{ "target": "ipfs/go-ds-badger" },
{ "target": "ipfs/go-ds-bitcask" },
{ "target": "ipfs/go-ds-measure" },
{ "target": "ipfs/go-ds-pebble" },
{ "target": "ipfs/go-fs-lock" },
{ "target": "ipfs/go-ipfs-chunker" },
{ "target": "ipfs/go-ipfs-cmdkit" },
{ "target": "ipfs/go-ipfs-cmds" },
{ "target": "ipfs/go-ipfs-delay" },
{ "target": "ipfs/go-ipfs-ds-help" },
{ "target": "ipfs/go-ipfs-example-plugin" },
{ "target": "ipfs/go-ipfs-exchange-interface" },
{ "target": "ipfs/go-ipfs-keystore" },
{ "target": "ipfs/go-ipfs-posinfo" },
{ "target": "ipfs/go-ipfs-pq" },
{ "target": "ipfs/go-ipfs-provider" },
{ "target": "ipfs/go-ipld-legacy" },
{ "target": "ipfs/go-merkledag" },
{ "target": "ipfs/go-metrics-prometheus" },
{ "target": "ipfs/go-path" },
{ "target": "ipfs/go-prompt" },
{ "target": "ipfs/go-todocounter" },
{ "target": "ipfs/go-unixfsnode" },
{ "target": "ipfs/go-verifcid" },
{ "target": "ipfs/hang-fds" },
{ "target": "ipld/go-car" },
{ "target": "ipld/go-codec-dagpb" },
{ "target": "ipld/go-ipld-adl-hamt" },
Expand Down

0 comments on commit d569b44

Please sign in to comment.