diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml new file mode 100644 index 00000000..eb3f1a47 --- /dev/null +++ b/.github/workflows/pull-request.yml @@ -0,0 +1,23 @@ +name: auto pull request +on: + push: + branches: [ "feature/auto-backporting" ] + +jobs: + pull_request: + runs-on: ubuntu-latest + steps: + - name: Create Pull Request in collie-hub repo + uses: peter-evans/create-pull-request@v6 + with: + commit-message: "feature: update azure kits from latest prod build" + committer: GitHub Actions + signoff: false + branch: feature/auto-backporting + base: main + delete-branch: true + title: "[latest likvid kits] update latest kits from likvid-cloudfoundation" + body: | + The latest kits from likvid-cloudfoundation builds on the prod branch. + - This PR is updated automatically with changes, until merged + draft: true