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/01/26 09:15:56 UTC

[camel-kamelets] 01/02: Added Backport module for GH Action

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

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

commit 4d7df101246a0b35aaa7f54155971a4ee36bef28
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 26 10:13:17 2022 +0100

    Added Backport module for GH Action
---
 .github/actions/backport | 1 +
 .gitmodules              | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/.github/actions/backport b/.github/actions/backport
new file mode 160000
index 0000000..2d7713b
--- /dev/null
+++ b/.github/actions/backport
@@ -0,0 +1 @@
+Subproject commit 2d7713b178ee4f86d505da2f829301b912c0a4ca
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..61cda74
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule ".github/actions/backport"]
+	path = .github/actions/backport
+	url = https://github.com/tibdex/backport