From 54a5e4ec806874f89da6781f538b91a97a560ba5 Mon Sep 17 00:00:00 2001 From: jkotiuk Date: Wed, 24 Jan 2024 09:17:23 +0100 Subject: [PATCH] Update commit message --- .github/workflows/update-helm-chart-default-values.yaml | 1 + .github/workflows/update-helm-chart-faas-images.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/update-helm-chart-default-values.yaml b/.github/workflows/update-helm-chart-default-values.yaml index 3917cabd..924343ed 100644 --- a/.github/workflows/update-helm-chart-default-values.yaml +++ b/.github/workflows/update-helm-chart-default-values.yaml @@ -41,6 +41,7 @@ jobs: add-paths: "charts/${{ inputs.chart }}/values.yaml" delete-branch: true title: "[${{ inputs.chart }}] Update default value of ${{ inputs.key }}" + commit-message: "Update default values" body-path: .github/HELM_VALUE_UPDATE_PULL_REQUEST_TEMPLATE.md labels: "auto-upgrade" team-reviewers: cloudentity/devops diff --git a/.github/workflows/update-helm-chart-faas-images.yaml b/.github/workflows/update-helm-chart-faas-images.yaml index 3db7e608..912a107b 100644 --- a/.github/workflows/update-helm-chart-faas-images.yaml +++ b/.github/workflows/update-helm-chart-faas-images.yaml @@ -60,6 +60,7 @@ jobs: branch: "feature/update-faas-images" delete-branch: true title: "Update FaaS images" + commit-message: "Update FaaS images" body-path: .github/HELM_VALUE_UPDATE_PULL_REQUEST_TEMPLATE.md labels: "auto-upgrade" team-reviewers: cloudentity/devops