From b17f518dabc24eeab9b99135ac299fe4c353fdba Mon Sep 17 00:00:00 2001 From: Nick Robinson Date: Mon, 15 Apr 2024 15:14:21 +0100 Subject: [PATCH] Stop updating upstream 1.9 branch (#144) * Stop updating upstream 1.9 branch * Stop labelling need to port to 1.9 --- .github/labeler.yml | 1 - .github/workflows/update-upstream-branches.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 46b32f84a77d5b..9359bd0ca70a66 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,4 +1,3 @@ # See https://github.com/actions/labeler port-to-master: '**' port-to-v1.10: '**' -port-to-v1.9: '**' diff --git a/.github/workflows/update-upstream-branches.yml b/.github/workflows/update-upstream-branches.yml index 242d59bd4edbc6..247000bbd42cd0 100644 --- a/.github/workflows/update-upstream-branches.yml +++ b/.github/workflows/update-upstream-branches.yml @@ -13,7 +13,6 @@ jobs: branch: - "master" - "backports-release-1.10" - - "backports-release-1.9" steps: - name: Checkout RAI/julia uses: actions/checkout@v3