From 5ebe51fd0821eba6bd7dcf8ca5e3254d4c16f882 Mon Sep 17 00:00:00 2001 From: TOEL2 Date: Tue, 23 Sep 2025 11:14:14 +0100 Subject: [PATCH 1/3] (ELI-452) added new start path --- .github/workflows/cicd-2-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd-2-publish.yaml b/.github/workflows/cicd-2-publish.yaml index a929e380..3874503e 100644 --- a/.github/workflows/cicd-2-publish.yaml +++ b/.github/workflows/cicd-2-publish.yaml @@ -8,7 +8,7 @@ on: push: branches: - main - - hotfix/* + - hotfix concurrency: group: terraform-dev From ceb5f5e67325c9417353a0c93f126de298e10a3f Mon Sep 17 00:00:00 2001 From: TOEL2 Date: Tue, 23 Sep 2025 11:17:42 +0100 Subject: [PATCH 2/3] (ELI-452) added to template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c00ff413..327d6363 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -25,7 +25,7 @@ - [ ] I have added tests to cover my changes - [ ] I have updated the documentation accordingly - [ ] This PR is a result of pair or mob programming - +- [ ] Hot fix (for critical issue) --- ## Sensitive Information Declaration From 8c5fd4c388006adad6d5ead498f5d80ab15f328f Mon Sep 17 00:00:00 2001 From: TOEL2 Date: Tue, 23 Sep 2025 11:27:47 +0100 Subject: [PATCH 3/3] (ELI-452) spacing --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 327d6363..c1de2a38 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -26,6 +26,7 @@ - [ ] I have updated the documentation accordingly - [ ] This PR is a result of pair or mob programming - [ ] Hot fix (for critical issue) + --- ## Sensitive Information Declaration