From 7446abc788cddbe9a617eefee1636e67b95d8a96 Mon Sep 17 00:00:00 2001 From: Steve Loeppky Date: Wed, 27 Sep 2023 12:12:47 -0400 Subject: [PATCH] Added js-multiformats to js-libp2p triage --- ...tem-dashboard-url-generation-for-maintenance-triage.ipynb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/notebooks/ecosystem-dashboard-url-generation-for-maintenance-triage.ipynb b/notebooks/ecosystem-dashboard-url-generation-for-maintenance-triage.ipynb index ef3845d..0a49e54 100644 --- a/notebooks/ecosystem-dashboard-url-generation-for-maintenance-triage.ipynb +++ b/notebooks/ecosystem-dashboard-url-generation-for-maintenance-triage.ipynb @@ -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", @@ -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", @@ -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",