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/03 15:12:42 UTC

[camel-k] branch master updated: Revert "Added a different backport action"

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 ba47df3  Revert "Added a different backport action"
ba47df3 is described below

commit ba47df3efbf35517691b627ecb9695d9a0e2b2c9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 3 16:11:45 2021 +0100

    Revert "Added a different backport action"
    
    This reverts commit 12fbb0839de95c0b5db61aafe561782e4e24b3fe.
---
 .github/actions/backport | 2 +-
 .gitmodules              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/actions/backport b/.github/actions/backport
index 7b064a8..2d7713b 160000
--- a/.github/actions/backport
+++ b/.github/actions/backport
@@ -1 +1 @@
-Subproject commit 7b064a82e69a6cc0f97fd2f06cfbe986f95977c3
+Subproject commit 2d7713b178ee4f86d505da2f829301b912c0a4ca
diff --git a/.gitmodules b/.gitmodules
index 90fa769..38b2437 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
 [submodule ".github/actions/backport"]
 	path = .github/actions/backport
-	url = https://github.com/m-kuhn/backport.git
+	url = https://github.com/tibdex/backport
 [submodule ".github/actions/changelog"]
 	path = .github/actions/changelog
 	url = https://github.com/CharMixer/auto-changelog-action