From eb2c39e98ca40b7f68fb4617e0ffcf2aabc8cf01 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Fri, 13 Jan 2023 11:57:42 +1100 Subject: [PATCH 1/2] Make `libp2p-quic` and `libp2p-webrtc` required checks for merging --- github/libp2p.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/github/libp2p.yml b/github/libp2p.yml index 4f751084..409bf739 100644 --- a/github/libp2p.yml +++ b/github/libp2p.yml @@ -4332,6 +4332,8 @@ repositories: - Test libp2p-wasm-ext - Test libp2p-websocket - Test libp2p-yamux + - Test libp2p-quic + - Test libp2p-webrtc - Test libp2p - Test multistream-select - Test prost-codec From 794fe14bb7ffcca41b57065ef8de09c443b20213 Mon Sep 17 00:00:00 2001 From: thomaseizinger Date: Fri, 13 Jan 2023 01:01:03 +0000 Subject: [PATCH 2/2] fix@3907378669 [skip fix] --- github/libp2p.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github/libp2p.yml b/github/libp2p.yml index 409bf739..1fa81cdb 100644 --- a/github/libp2p.yml +++ b/github/libp2p.yml @@ -4321,6 +4321,7 @@ repositories: - Test libp2p-ping - Test libp2p-plaintext - Test libp2p-pnet + - Test libp2p-quic - Test libp2p-relay - Test libp2p-rendezvous - Test libp2p-request-response @@ -4330,10 +4331,9 @@ repositories: - Test libp2p-tls - Test libp2p-uds - Test libp2p-wasm-ext + - Test libp2p-webrtc - Test libp2p-websocket - Test libp2p-yamux - - Test libp2p-quic - - Test libp2p-webrtc - Test libp2p - Test multistream-select - Test prost-codec