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

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


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

commit 587f9b17540e31d65f4b30bb5160b9fa152746d6
Author: David Jencks <[email protected]>
AuthorDate: Sun Jan 2 18:25:49 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..3365661 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.13.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.13.x
           token: ${{ secrets.GITHUB_TOKEN }}
           commit-message: "Regen for commit ${{ github.sha }}"
           committer: GitHub <[email protected]>
           author: ${{ github.actor }} <${{ github.actor 
}}@users.noreply.github.com>
           signoff: true
-          branch: regen_bot
+          branch: regen_bot-3.13.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.13.x.
+            Please do not delete `regen_bot-3.13.x` branch after merge/rebase.
           labels: |
             regen
             automated pr

Reply via email to