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

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


The following commit(s) were added to refs/heads/main by this push:
     new 718c8d7  GH Action: Point the create pull request to main as base
718c8d7 is described below

commit 718c8d7fcde1d290ced490fb305a648641172f19
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Apr 21 16:51:35 2021 +0200

    GH Action: Point the create pull request to main as base
---
 .github/workflows/master-push-build.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/master-push-build.yml 
b/.github/workflows/master-push-build.yml
index ada20fb..c028e0e 100644
--- a/.github/workflows/master-push-build.yml
+++ b/.github/workflows/master-push-build.yml
@@ -46,6 +46,7 @@ jobs:
       - name: Create Pull Request
         uses: peter-evans/create-pull-request@v3
         with:
+          base: main
           token: ${{ secrets.GITHUB_TOKEN }}
           commit-message: "Regen for commit ${{ github.sha }}"
           committer: GitHub <nore...@github.com>

Reply via email to