You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/01/03 08:02:16 UTC

[camel] branch camel-3.12.x updated: run master-push-build.yml workflow on this branch

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

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


The following commit(s) were added to refs/heads/camel-3.12.x by this push:
     new 17dcdda  run master-push-build.yml workflow on this branch
17dcdda is described below

commit 17dcddaa2f0eada6f3a113109f9d98260fdbfc01
Author: David Jencks <dj...@apache.org>
AuthorDate: Sun Jan 2 18:26:41 2022 -0800

    run master-push-build.yml workflow on this branch
---
 .github/workflows/master-push-build.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/master-push-build.yml b/.github/workflows/master-push-build.yml
index 0cb620b..9581ef1 100644
--- a/.github/workflows/master-push-build.yml
+++ b/.github/workflows/master-push-build.yml
@@ -20,7 +20,7 @@ name: build
 on:
   push:
     branches:
-      - main
+      - camel-3.12.x
 jobs:
   build:
     runs-on: ubuntu-latest
@@ -46,17 +46,17 @@ jobs:
       - name: Create Pull Request
         uses: peter-evans/create-pull-request@v3
         with:
-          base: main
+          base: camel-3.12.x
           token: ${{ secrets.GITHUB_TOKEN }}
           commit-message: "Regen for commit ${{ github.sha }}"
           committer: GitHub <no...@github.com>
           author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
           signoff: true
-          branch: regen_bot
+          branch: regen_bot-3.12.x
           title: "Generated sources regen"
           body: |
-            Regen bot :robot: found some uncommited changes after running build on :camel: main.
-            Please do not delete `regen_bot` branch after merge/rebase.
+            Regen bot :robot: found some uncommited changes after running build on :camel: camel-3.12.x.
+            Please do not delete `regen_bot-3.12.x` branch after merge/rebase.
           labels: |
             regen
             automated pr