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 2021/02/01 12:20:19 UTC

[camel-k] 01/02: Fixes #1969 Added backport action as submodule

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

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

commit 072ef8878906f3b32fc19c40c3138fc40aa60431
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 1 13:18:14 2021 +0100

    Fixes #1969 Added backport action as submodule
---
 .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