From ca230bba09d4a96b0371db044c100332dc231dbe Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Thu, 25 Nov 2021 20:19:20 +0100 Subject: [PATCH] Add releases to protected Signed-off-by: Jakub Sztandera --- scripts/archive-branches.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/archive-branches.sh b/scripts/archive-branches.sh index e01316106..7eb680641 100755 --- a/scripts/archive-branches.sh +++ b/scripts/archive-branches.sh @@ -10,6 +10,7 @@ api_repo="repos/$org/$repo" exclusions=( 'master' 'main' + 'releases' ) gh_api_next() {