From 4f6b97f2ac8c41a45b2672af6aac9dc48ec75f25 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 26 May 2021 05:02:50 +0200 Subject: .github/workflows/rebase.yml: update for 21.05 Adds three more valid branches to the rebase action. --- .github/workflows/rebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 50d066dd754..47e8f4e4e42 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -41,7 +41,7 @@ jobs: - name: check branch env: PERMANENT_BRANCHES: "haskell-updates|master|nixos|nixpkgs|python-unstable|release|staging" - VALID_BRANCHES: "haskell-updates|master|python-unstable|release-20.09|staging|staging-20.09|staging-next" + VALID_BRANCHES: "haskell-updates|master|python-unstable|release-20.09|release-21.05|staging|staging-20.09|staging-21.05|staging-next|staging-next-21.05" run: | message() { cat <