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 b74de67  Use a different backport bot for gh action
b74de67 is described below

commit b74de67fa6a88cadc3d9f66567ee9d2f1e40186a
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Jun 17 15:05:07 2020 +0200

    Use a different backport bot for gh action
---
 .github/workflows/backport.yml | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index 89b505b..0079b28 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -1,4 +1,5 @@
-name: Backport to LTS Branch
+name: Backport
+
 on:
   pull_request:
     types:
@@ -7,10 +8,7 @@ on:
 
 jobs:
   backport:
-    runs-on: ubuntu-18.04
-    name: Backport
+    runs-on: ubuntu-latest
+    name: Backport closed pull request
     steps:
-    - name: Backport
-      uses: tibdex/backport@v1
-      with:
-        github_token: ${{ secrets.GITHUB_TOKEN }}
+    - uses: syndesisio/backport-action@v1

Reply via email to