Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added js-multiformats to js-libp2p triage #143

Merged
merged 1 commit into from
Sep 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"This was originally part of the [202103 Proposal for PL Public GitHub Repository Maintenance](https://www.notion.so/protocollabs/202103-Proposal-for-PL-Public-GitHub-Repository-Maintenance-fed8bb8bf73b418d9ebe9dd30c854d74).\n",
"\n",
"The links generated by this notebook are usually copy/pasted into:\n",
"* [js-ipfs Issue Triage Notes](https://www.notion.so/pl-strflt/js-ipfs-Issue-Triage-Notes-09c8e86b5d744c74a88c61da43899655)\n",
"* [Helia Issue Triage Notes](https://www.notion.so/pl-strflt/Helia-Issue-Triage-Notes-09c8e86b5d744c74a88c61da43899655)\n",
"* [js-libp2p Issue Triage Notes](https://www.notion.so/pl-strflt/js-libp2p-Issue-Triage-Notes-475313c1a8a54a37b66a4855b37d21a3)\n",
"* [Kubo Issue Triage Notes](https://www.notion.so/pl-strflt/Kubo-Issue-Triage-Notes-7d4983e8cf294e07b3cc51b0c60ede9a)\n",
"* [go-libp2p Issue Triage Notes](https://www.notion.so/pl-strflt/go-libp2p-Issue-Triage-Notes-74ee24dd3a15462e8a01e87dcf136706)\n",
Expand Down Expand Up @@ -527,6 +527,7 @@
" \"multiformats/js-mafmt\",\n",
" \"multiformats/js-multiaddr-to-uri\",\n",
" \"multiformats/js-uri-to-multiaddr\",\n",
" \"multiformats/js-multiformats\", # per https://github.com/multiformats/js-multiformats/issues/273\n",
"]\n",
"\n",
"js_libp2p_with_boards = js_libp2p | {}\n",
Expand Down Expand Up @@ -590,7 +591,7 @@
" \"issues\" : issues,\n",
" \"non-triaged\" : exclude_labels_where_already_triaged,\n",
"})\n",
"# Multiaddr\n",
"# Multiformats\n",
"js_libp2p_multiformats = {\n",
" \"repo_full_name[]\" : js_libp2p_multiformats_repos,\n",
" 'range': '360',\n",
Expand Down