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 e17c421 Lets try to add a backport github action like camel-k e17c421 is described below commit e17c4214b6c350251cf010a224d22e91ca83b28a Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jun 16 11:34:30 2020 +0200 Lets try to add a backport github action like camel-k --- .github/backport.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/backport.yml b/.github/backport.yml new file mode 100644 index 0000000..89b505b --- /dev/null +++ b/.github/backport.yml @@ -0,0 +1,16 @@ +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 }}