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

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


The following commit(s) were added to refs/heads/master by this push:
     new ac5b5fd  Changelog updater: run every hour (#1688)
ac5b5fd is described below

commit ac5b5fdb99e20ce8a385f017fb6250cdebb371eb
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Sep 7 17:28:42 2020 +0200

    Changelog updater: run every hour (#1688)
---
 .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:

Reply via email to