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/01/31 17:26:12 UTC

[camel-kafka-connector] branch master updated (7de2056 -> 5534f9b)

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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


    from 7de2056  The backport action is not allowed in ASF
     new e903409  Added backport actions as submodule
     new be952d3  Revert "The backport action is not allowed in ASF"
     new 5534f9b  Modified the backport action to use submodule

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/actions/backport       |  1 +
 .github/workflows/backport.yml | 16 ++++++++++++++++
 .gitmodules                    |  3 +++
 3 files changed, 20 insertions(+)
 create mode 160000 .github/actions/backport
 create mode 100644 .github/workflows/backport.yml
 create mode 100644 .gitmodules


[camel-kafka-connector] 01/03: Added backport actions as submodule

Posted by ac...@apache.org.
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 <an...@gmail.com>
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


[camel-kafka-connector] 03/03: Modified the backport action to use submodule

Posted by ac...@apache.org.
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 5534f9b771a32196360368f1cd282df6376ffef6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Jan 31 18:25:42 2021 +0100

    Modified the backport action to use submodule
---
 .github/workflows/backport.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index 26801eb..74ea4fb 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -11,6 +11,6 @@ jobs:
     name: Backport
     steps:
       - name: Backport
-        uses: tibdex/backport@v1
+        uses: .github/actions/backport
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}


[camel-kafka-connector] 02/03: Revert "The backport action is not allowed in ASF"

Posted by ac...@apache.org.
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 be952d307723014c7d851c90044d27b95986246b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Jan 31 18:23:16 2021 +0100

    Revert "The backport action is not allowed in ASF"
    
    This reverts commit 7de2056fcdd0bf7ff8ac400a06ea7fd2c46b36ae.
---
 .github/workflows/backport.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
new file mode 100644
index 0000000..26801eb
--- /dev/null
+++ b/.github/workflows/backport.yml
@@ -0,0 +1,16 @@
+name: Backport
+on:
+  pull_request:
+    types:
+      - closed
+      - labeled
+
+jobs:
+  backport:
+    runs-on: ubuntu-18.04
+    name: Backport
+    steps:
+      - name: Backport
+        uses: tibdex/backport@v1
+        with:
+          github_token: ${{ secrets.GITHUB_TOKEN }}