This is an automated email from the ASF dual-hosted git repository.
djencks pushed a commit to branch camel-3.7.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.7.x by this push:
new 1780d70 run master-push-build.yml workflow on this branch
1780d70 is described below
commit 1780d703567d6fd882295864fd6c48dbf2a72651
Author: David Jencks <[email protected]>
AuthorDate: Sun Jan 2 18:31:08 2022 -0800
run master-push-build.yml workflow on this branch
---
.github/workflows/master-push-build.yml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/master-push-build.yml
b/.github/workflows/master-push-build.yml
index dff1447..ddb0cfb 100644
--- a/.github/workflows/master-push-build.yml
+++ b/.github/workflows/master-push-build.yml
@@ -20,7 +20,7 @@ name: build
on:
push:
branches:
- - master
+ - camel-3.7.x
jobs:
build:
runs-on: ubuntu-latest
@@ -44,16 +44,17 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
+ base: camel-3.7.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.7.x
title: "Generated sources regen"
body: |
- Regen bot :robot: found some uncommited changes after running
build on :camel: master.
- Please do not delete `regen_bot` branch after merge/rebase.
+ Regen bot :robot: found some uncommited changes after running
build on :camel: camel-3.7.x.
+ Please do not delete `regen_bot-3.7.x` branch after merge/rebase.
labels: |
regen
automated pr