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 2021/04/21 14:52:27 UTC

[camel] branch main updated: GH Action: Point the create pull request to main as base

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 <an...@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 <no...@github.com>