You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/09/14 08:48:13 UTC

[camel-quarkus] branch master updated: Exclude daily branch build bot generated issues from the changelog

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

jamesnetherton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 15cbf1f  Exclude daily branch build bot generated issues from the changelog
15cbf1f is described below

commit 15cbf1f0cc0f795279a8b14fddb771918d6b5647
Author: James Netherton <ja...@gmail.com>
AuthorDate: Mon Sep 14 09:34:21 2020 +0100

    Exclude daily branch build bot generated issues from the changelog
---
 .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..3822508 100644
--- a/.github/workflows/automatic-changelog-update.yml
+++ b/.github/workflows/automatic-changelog-update.yml
@@ -33,6 +33,7 @@ jobs:
         uses: charmixer/auto-changelog-action@v1.1
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
+          exclude_labels: "duplicate,question,invalid,wontfix,build/camel-master,build/quarkus-master"
 
       - name: Commit files
         env: