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/08 05:49:12 UTC

[camel-k] branch changelog-up created (now bae6c89)

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

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


      at bae6c89  Automatic changelog: Let's run during the night only one time

This branch includes the following new commits:

     new bae6c89  Automatic changelog: Let's run during the night only one time

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-k] 01/01: Automatic changelog: Let's run during the night only one time

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

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

commit bae6c89156316e3948cc12ba65b712c019e87abf
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 8 07:49:03 2020 +0200

    Automatic changelog: Let's run during the night only one time
---
 .github/workflows/automatic-changelog-update.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/automatic-changelog-update.yml b/.github/workflows/automatic-changelog-update.yml
index e43c01c..314d7e3 100644
--- a/.github/workflows/automatic-changelog-update.yml
+++ b/.github/workflows/automatic-changelog-update.yml
@@ -19,8 +19,8 @@ name: Changelog
 
 on:
   schedule:
-    # Run every hour
-    - cron:  '0 * * * *'
+    # Run at 3 during the night
+    - cron:  '0 3 * * *'
 
 jobs:
   generate_changelog: