You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/04/24 12:23:14 UTC

[camel] branch main updated (b67f6142884 -> 1f1ae1efa86)

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

orpiske pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from b67f6142884 Regen for commit 42519b8ee3d70c99352ad7ef3fc8343c1b920275
     new 5a996736918 (chores) ci: do builds for PRs on Camel 3.20.x branch
     new 1f1ae1efa86 (chores) ci: fixed incorrect step name

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/generic-pr.yaml      | 2 +-
 .github/workflows/pr-build-camel-3.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 02/02: (chores) ci: fixed incorrect step name

Posted by or...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1f1ae1efa8614afa9469097ac8393ddd0171dff1
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Mon Apr 24 14:22:49 2023 +0200

    (chores) ci: fixed incorrect step name
---
 .github/workflows/generic-pr.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/generic-pr.yaml b/.github/workflows/generic-pr.yaml
index 1de28b2d550..90cf3ae71c5 100644
--- a/.github/workflows/generic-pr.yaml
+++ b/.github/workflows/generic-pr.yaml
@@ -54,7 +54,7 @@ jobs:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
           configuration-path: .github/workflows/generic-pr/label-config-main.yml
           sync-labels: true
-      - name: Label changes scope (Camel 4)
+      - name: Label changes scope (Camel 3)
         if: github.ref == 'refs/heads/camel-3.x'
         uses: actions/labeler@v4.0.2
         with:


[camel] 01/02: (chores) ci: do builds for PRs on Camel 3.20.x branch

Posted by or...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 5a996736918612fb64e2bbfac76e7106aea49e37
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Mon Apr 24 14:21:44 2023 +0200

    (chores) ci: do builds for PRs on Camel 3.20.x branch
---
 .github/workflows/pr-build-camel-3.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr-build-camel-3.yml b/.github/workflows/pr-build-camel-3.yml
index c28d4048c50..0884fc14c62 100644
--- a/.github/workflows/pr-build-camel-3.yml
+++ b/.github/workflows/pr-build-camel-3.yml
@@ -20,8 +20,8 @@ name: PR Build (Camel 3.x)
 on:
   pull_request:
     branches:
+      - camel-3.20.x
       - camel-3.18.x
-      - camel-3.14.x
       - camel-3.x
     paths-ignore:
       - README.md