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

Commit e7b9d85

Browse files
Merge pull request #32 from protocol/add-more-repos
add a few libp2p and multiformats repositories
2 parents 6106173 + 28547c7 commit e7b9d85

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@
44
{ "target": "ipld/go-ipld-adl-hamt" },
55
{ "target": "ipld/go-ipld-btc" },
66
{ "target": "ipld/go-ipld-prime-proto" },
7-
{ "target": "ipld/go-ipld-graphql" }
7+
{ "target": "ipld/go-ipld-graphql" },
8+
{ "target": "libp2p/go-libp2p-core" },
9+
{ "target": "libp2p/go-libp2p-swarm" },
10+
{ "target": "libp2p/go-libp2p-tls" },
11+
{ "target": "multiformats/go-multistream" },
12+
{ "target": "multiformats/go-multiaddr" }
813
]

.github/workflows/dispatch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Trigger the execution of copy-workflow.yml, in batches of 5 repositories.
1+
# Trigger the execution of copy-workflow.yml, in batches of 8 repositories.
22
# This workflow is needed since GitHub Actions limits the matrix size to 256 jobs.
33
# We use one job per repository per file.
44

@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
# We could use a higher number here. We use a small number just to make sure to create multiple batches.
12-
MAX_REPOS_PER_WORKFLOW: 5
12+
MAX_REPOS_PER_WORKFLOW: 8
1313
WORKFLOWS: '[ "autorebase", "automerge", "go-test", "go-check" ]' # a JSON array of the files to distribute
1414

1515
jobs:

0 commit comments

Comments
 (0)