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
commit be952d307723014c7d851c90044d27b95986246b Author: Andrea Cosentino <[email protected]> AuthorDate: Sun Jan 31 18:23:16 2021 +0100 Revert "The backport action is not allowed in ASF" This reverts commit 7de2056fcdd0bf7ff8ac400a06ea7fd2c46b36ae. --- .github/workflows/backport.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml new file mode 100644 index 0000000..26801eb --- /dev/null +++ b/.github/workflows/backport.yml @@ -0,0 +1,16 @@ +name: Backport +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 }}
