From a774c43c18e979624a4f1fb1aa18c7b97fa9859c Mon Sep 17 00:00:00 2001 From: Florent Morselli Date: Sun, 30 Aug 2026 16:14:16 +0200 Subject: [PATCH] ci: restore the jwt-unsecured and jwt-rsa15 splits The two target repositories now exist in the organisation, so the splits deferred in #720 can be declared again. gitsplit only ever failed on the missing remotes: a prefix absent from a reference is skipped without an error, as src/Experimental already is on the 3.1.x tags. --- .gitsplit.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitsplit.yml b/.gitsplit.yml index 6086733ad..ef73954b5 100644 --- a/.gitsplit.yml +++ b/.gitsplit.yml @@ -5,6 +5,10 @@ splits: target: "https://${GH_TOKEN}@github.com/web-token/jwt-library.git" - prefix: "src/Experimental" target: "https://${GH_TOKEN}@github.com/web-token/jwt-experimental.git" + - prefix: "src/Unsecured" + target: "https://${GH_TOKEN}@github.com/web-token/jwt-unsecured.git" + - prefix: "src/Rsa15" + target: "https://${GH_TOKEN}@github.com/web-token/jwt-rsa15.git" origins: - ^\d+\.\d+\.x$