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/07 15:27:18 UTC

[camel-k-runtime] branch oscerd-patch-1 created (now 1836b10)

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

acosentino pushed a change to branch oscerd-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


      at 1836b10  Changelog updater: run every hour

This branch includes the following new commits:

     new 1836b10  Changelog updater: run every hour

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-runtime] 01/01: Changelog updater: run every hour

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

acosentino pushed a commit to branch oscerd-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 1836b103fcd8422d9d03928405ee644184739107
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 7 17:27:11 2020 +0200

    Changelog updater: run every hour
---
 .github/workflows/automatic-changelog-update.yml | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/automatic-changelog-update.yml b/.github/workflows/automatic-changelog-update.yml
index 9a1b116..e43c01c 100644
--- a/.github/workflows/automatic-changelog-update.yml
+++ b/.github/workflows/automatic-changelog-update.yml
@@ -18,14 +18,9 @@
 name: Changelog
 
 on:
-  pull_request:
-    types: [closed]
-
-  release:
-    types: [published]
-
-  issues:
-    types: [closed, edited]
+  schedule:
+    # Run every hour
+    - cron:  '0 * * * *'
 
 jobs:
   generate_changelog: