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-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push: new 4f46de1 Added backport GH Action 4f46de1 is described below commit 4f46de11aa69a25b42b3244ad24e43377603d85a Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jun 19 16:02:15 2020 +0200 Added backport GH Action --- .github/workflows/backport.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml new file mode 100644 index 0000000..0079b28 --- /dev/null +++ b/.github/workflows/backport.yml @@ -0,0 +1,14 @@ +name: Backport + +on: + pull_request: + types: + - closed + - labeled + +jobs: + backport: + runs-on: ubuntu-latest + name: Backport closed pull request + steps: + - uses: syndesisio/backport-action@v1