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 2959599  Move backport.yml in workflows folder
2959599 is described below

commit 29595995cc7732b14341c540205b58d8f776283c
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Jun 16 11:41:20 2020 +0200

    Move backport.yml in workflows folder
---
 .github/backport.yml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/.github/backport.yml b/.github/backport.yml
deleted file mode 100644
index 89b505b..0000000
--- a/.github/backport.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-name: Backport to LTS Branch
-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 }}

Reply via email to