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 2020/09/28 18:27:42 UTC

[camel-kafka-connector] branch fix-kafka-connector-changelog created (now 35494d0)

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

acosentino pushed a change to branch fix-kafka-connector-changelog
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


      at 35494d0  Fixes changelog to run only on master

This branch includes the following new commits:

     new 35494d0  Fixes changelog to run only on master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-kafka-connector] 01/01: Fixes changelog to run only on master

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch fix-kafka-connector-changelog
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 35494d0eb52b7ae662f2b4d49aff7a7f10b62ee6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 28 20:27:33 2020 +0200

    Fixes changelog to run only on master
    
    Thanks to @christophd for reporting this.
---
 .github/workflows/automatic-changelog-update.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/automatic-changelog-update.yml b/.github/workflows/automatic-changelog-update.yml
index eb05f3c..91b5873 100644
--- a/.github/workflows/automatic-changelog-update.yml
+++ b/.github/workflows/automatic-changelog-update.yml
@@ -26,6 +26,7 @@ jobs:
   generate_changelog:
     runs-on: ubuntu-latest
     name: Generate changelog for master branch
+    if: github.ref == 'refs/heads/master' && github.repository == 'apache/camel-kafka-connector'
     steps:
       - uses: actions/checkout@v1