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.git


The following commit(s) were added to refs/heads/master by this push:
     new d79c9f9  Lets remove the backport gh action, it's not working.
d79c9f9 is described below

commit d79c9f973425d1cb6d392b6a961d73e817638142
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Sat Aug 8 18:26:34 2020 +0200

    Lets remove the backport gh action, it's not working.
---
 .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 1d102ef..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-latest
-    name: Backport closed pull request
-    steps:
-    - uses: syndesisio/backport-action@v1
-      with:
-        token: ${{ secrets.GITHUB_TOKEN }}

Reply via email to