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 2022/10/17 11:15:06 UTC

[camel-kamelets] branch main updated: Added Changelog action again

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4340b84b Added Changelog action again
4340b84b is described below

commit 4340b84b9fecb9137a05a8b7f99cea83a888df60
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 17 13:14:51 2022 +0200

    Added Changelog action again
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 {kamelets/.github => .github}/actions/changelog                       | 0
 .../.github => .github}/workflows/automatic-changelog-update.yml      | 2 +-
 .gitmodules                                                           | 4 ++--
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kamelets/.github/actions/changelog b/.github/actions/changelog
similarity index 100%
rename from kamelets/.github/actions/changelog
rename to .github/actions/changelog
diff --git a/kamelets/.github/workflows/automatic-changelog-update.yml b/.github/workflows/automatic-changelog-update.yml
similarity index 98%
rename from kamelets/.github/workflows/automatic-changelog-update.yml
rename to .github/workflows/automatic-changelog-update.yml
index 29b958ba..c563198f 100644
--- a/kamelets/.github/workflows/automatic-changelog-update.yml
+++ b/.github/workflows/automatic-changelog-update.yml
@@ -20,7 +20,7 @@ name: Changelog
 on:
   schedule:
     # Run at 3 during night
-    - cron:  '0 1 * * *'
+    - cron:  '0 3 * * *'
   workflow_dispatch:
 
 jobs:
diff --git a/.gitmodules b/.gitmodules
index 0a0eff9b..3d953ffe 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
 [submodule ".github/actions/backport"]
 	path = .github/actions/backport
 	url = https://github.com/tibdex/backport
-[submodule "kamelets/.github/actions/changelog"]
-	path = kamelets/.github/actions/changelog
+[submodule ".github/actions/changelog"]
+	path = .github/actions/changelog
 	url = https://github.com/charmixer/auto-changelog-action.git