Remove v3.9.x from automatic elixir/erlang PRs

This commit is contained in:
Rin Kuryloski 2023-02-24 10:25:15 +01:00
parent 2faaad40f8
commit ed1055e36d
2 changed files with 1 additions and 3 deletions

View File

@ -85,6 +85,5 @@ jobs:
backport-v3.12.x backport-v3.12.x
backport-v3.11.x backport-v3.11.x
backport-v3.10.x backport-v3.10.x
backport-v3.9.x
branch: bump-elixir-${{ matrix.elixir_version }} branch: bump-elixir-${{ matrix.elixir_version }}
delete-branch: true delete-branch: true

View File

@ -20,8 +20,7 @@ jobs:
- erlang_version: "24.3" - erlang_version: "24.3"
name: '24' name: '24'
branch: v3.10.x branch: v3.10.x
labels: | labels: ""
backport-v3.9.x
- erlang_version: "25.0" - erlang_version: "25.0"
name: '25_0' name: '25_0'
branch: main branch: main