This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch Backport-gh-remove in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 6ea9ecb3a4c94752fefd7256cabd813c94d720ab Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Aug 12 12:17:05 2020 +0200 Remove backport gh action. It doesn't work --- .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 }}