This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch camel-4.8.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-4.8.x by this push:
     new a90ea402cf4 (chores) ci: include build automation for 4.8.x LTS release
a90ea402cf4 is described below

commit a90ea402cf4b359b6d05976cf5f7bfb6dd3391fc
Author: Nicolas Filotto <[email protected]>
AuthorDate: Fri Oct 11 18:15:45 2024 +0200

    (chores) ci: include build automation for 4.8.x LTS release
---
 .github/workflows/generic-pr/label-config.yml | 1 +
 .github/workflows/pr-build-main.yml           | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/generic-pr/label-config.yml 
b/.github/workflows/generic-pr/label-config.yml
index 8ff57a7299e..01d5cbc7a0c 100644
--- a/.github/workflows/generic-pr/label-config.yml
+++ b/.github/workflows/generic-pr/label-config.yml
@@ -25,6 +25,7 @@ camel-4:
   - base-branch:
       - 'main'
       - 'camel-4.0.x'
+      - 'camel-4.8.x'
 
 ci:
   - changed-files:
diff --git a/.github/workflows/pr-build-main.yml 
b/.github/workflows/pr-build-main.yml
index 91ace2f797b..70d86137711 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -20,8 +20,7 @@ name: PR Build (Camel 4)
 on:
   pull_request:
     branches:
-      - main
-      - camel-4.4.x
+      - camel-4.8.x
     paths-ignore:
       - .github/**
       - README.md

Reply via email to