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-kafka-connector.git
commit e90340947374e564533b96376b67a226c516a5eb Author: Andrea Cosentino <[email protected]> AuthorDate: Sun Jan 31 18:22:41 2021 +0100 Added backport actions 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..7df932c --- /dev/null +++ b/.github/actions/backport @@ -0,0 +1 @@ +Subproject commit 7df932c7c63bef0a09e448cc897a9bceabe73973 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
