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/22 05:16:10 UTC

[camel-kafka-connector] 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-kafka-connector.git


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

commit 97b8da5c4ff0e6ef3fd7b8d5080b204d0b4e4c0f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Apr 22 07:15:58 2021 +0200

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

diff --git a/.github/workflows/automatic-sync-camel-main.yml b/.github/workflows/automatic-sync-camel-main.yml
index ed53457..2353dc8 100644
--- a/.github/workflows/automatic-sync-camel-main.yml
+++ b/.github/workflows/automatic-sync-camel-main.yml
@@ -102,6 +102,7 @@ jobs:
       - name: Create Pull Request
         uses: peter-evans/create-pull-request@v2.4.1
         with:
+          base: main
           token: ${{ secrets.GITHUB_TOKEN }}
           branch: automatic-periodic-sync
           title: '[Github Actions] Periodic Sync Camel-kafka-connector main Branch'