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-k.git
The following commit(s) were added to refs/heads/master by this push: new b9267f2 Remove backport gh action. It doesn't work (#1659) b9267f2 is described below commit b9267f20410ac04dc3006916aa150e53d71f0078 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Aug 12 12:17:28 2020 +0200 Remove backport gh action. It doesn't work (#1659) --- .github/workflows/backport.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml deleted file mode 100644 index 9c4f5a0..0000000 --- a/.github/workflows/backport.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Backport -on: - pull_request: - types: - - closed - - labeled - -jobs: - backport: - runs-on: ubuntu-latest - name: Backport - steps: - - uses: syndesisio/backport-action@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }}