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 15:36:15 UTC

[camel-kafka-connector] branch master updated: The backport action is not allowed in ASF

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


The following commit(s) were added to refs/heads/master by this push:
     new 7de2056  The backport action is not allowed in ASF
7de2056 is described below

commit 7de2056fcdd0bf7ff8ac400a06ea7fd2c46b36ae
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Jan 31 16:35:57 2021 +0100

    The backport action is not allowed in ASF
---
 .github/workflows/backport.yml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
deleted file mode 100644
index 26801eb..0000000
--- a/.github/workflows/backport.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-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 }}