This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.14.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.14.x by this push: new 4d6cc43 Added regen_bot for branch camel-3.14.x 4d6cc43 is described below commit 4d6cc433bc31c24cd49e0f2e3f1a06f63a83834a Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Dec 20 18:30:30 2021 +0100 Added regen_bot for branch camel-3.14.x --- .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..5823714 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.14.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.14.x token: ${{ secrets.GITHUB_TOKEN }} commit-message: "Regen for commit ${{ github.sha }}" committer: GitHub <nore...@github.com> author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> signoff: true - branch: regen_bot + branch: regen_bot_3.14.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.14.x. + Please do not delete `regen_bot_3.14.x` branch after merge/rebase. labels: | regen automated pr