Skip to content

Commit

Permalink
chore: adding pr pipleline for open a pr
Browse files Browse the repository at this point in the history
  • Loading branch information
florianow committed Apr 4, 2024
1 parent e7cf797 commit aae6be7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -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 <github-actions@meshcloud.io>
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

0 comments on commit aae6be7

Please sign in to comment.