summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRin Kuryloski <kuryloskip@vmware.com>2022-09-26 10:10:41 +0200
committerRin Kuryloski <kuryloskip@vmware.com>2022-09-26 10:10:41 +0200
commit133d4514a6c188de2a60032540969cc91ce31fd0 (patch)
tree1dc1eb6ae1a16a1cf71126f0b76e0f8e389c6373 /.github
parent0411026233e91bd668b75d0f468d6a9e0dbd539f (diff)
downloadrabbitmq-server-git-133d4514a6c188de2a60032540969cc91ce31fd0.tar.gz
Minor fixes to the otp/elixir version bump automation workflows
These workflows reference older erlang versions, so that these PRs can be backported. They are not actually used to test newer releases unless explicity referenced in test.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-elixir-patches.yaml7
-rw-r--r--.github/workflows/update-otp-patches.yaml7
2 files changed, 6 insertions, 8 deletions
diff --git a/.github/workflows/update-elixir-patches.yaml b/.github/workflows/update-elixir-patches.yaml
index 604e65dbbb..d2112f9357 100644
--- a/.github/workflows/update-elixir-patches.yaml
+++ b/.github/workflows/update-elixir-patches.yaml
@@ -18,6 +18,8 @@ jobs:
name_suffix: '_1_12'
- elixir_version: "1.13"
name_suffix: '_1_13'
+ - elixir_version: "1.14"
+ name_suffix: '_1_14'
timeout-minutes: 10
steps:
- name: CHECKOUT REPOSITORY
@@ -77,15 +79,12 @@ jobs:
Automated changes created by
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
using the [create-pull-request](https://github.com/peter-evans/create-pull-request)
- GitHub action
-
- Source workflow: `${{ github.action_path }}`
+ GitHub action in the ${{ github.workflow }} workflow.
commit-message: |
Adopt elixir ${{ steps.fetch-version.outputs.VERSION }}
labels: |
backport-v3.11.x
backport-v3.10.x
backport-v3.9.x
- backport-v3.8.x
branch: bump-elixir-${{ matrix.elixir_version }}
delete-branch: true
diff --git a/.github/workflows/update-otp-patches.yaml b/.github/workflows/update-otp-patches.yaml
index 75c2ee9a3d..8a0622ea73 100644
--- a/.github/workflows/update-otp-patches.yaml
+++ b/.github/workflows/update-otp-patches.yaml
@@ -12,6 +12,8 @@ jobs:
fail-fast: false
matrix:
include:
+ - erlang_version: "24.3"
+ name: '24'
- erlang_version: "25.0"
name: '25'
#! - erlang_version: "25.1"
@@ -93,15 +95,12 @@ jobs:
Automated changes created by
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
using the [create-pull-request](https://github.com/peter-evans/create-pull-request)
- GitHub action
-
- Source workflow: `${{ github.action_path }}`
+ GitHub action in the ${{ github.workflow }} workflow.
commit-message: |
Adopt otp ${{ steps.fetch-version.outputs.VERSION }}
labels: |
backport-v3.11.x
backport-v3.10.x
backport-v3.9.x
- backport-v3.8.x
branch: bump-otp-${{ matrix.erlang_version }}
delete-branch: true