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