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

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


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new cd47693c353 >
cd47693c353 is described below

commit cd47693c353d64aeb6c6f76f6c701c52aab3d758
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Jan 12 10:38:53 2023 +0100

    >
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .github/workflows/main-push-build.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/main-push-build.yml 
b/.github/workflows/main-push-build.yml
index 59e06b5b7ad..9144649e1e1 100644
--- a/.github/workflows/main-push-build.yml
+++ b/.github/workflows/main-push-build.yml
@@ -70,11 +70,11 @@ jobs:
           committer: GitHub <[email protected]>
           author: ${{ github.actor }} <${{ github.actor 
}}@users.noreply.github.com>
           signoff: true
-          branch: regen_bot
-          title: "Generated sources regen"
+          branch: regen_bot_3.x
+          title: "Generated sources regen for camel-3.x"
           body: |
-            Regen bot :robot: found some uncommitted changes after running 
build on :camel: main.
-            Please do not delete `regen_bot` branch after merge/rebase.
+            Regen bot :robot: found some uncommitted changes after running 
build on :camel: camel-3.x.
+            Please do not delete `regen_bot_3.x` branch after merge/rebase.
           labels: |
             regen
             automated pr

Reply via email to