mirror of
https://github.com/samply/bridgehead.git
synced 2025-12-13 01:07:32 +01:00
Merge pull request #216 from samply/test/backport-pullrequest
test selfdesigned workflow take 5
This commit is contained in:
3
.github/workflows/auto-pr.yml
vendored
3
.github/workflows/auto-pr.yml
vendored
@@ -13,6 +13,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Create Pull Request to test/backport-pilots branch
|
||||
run: gh pr create -B test/backport-pilots -H test/backport-main --title 'Merge test/backport-pilots into test/backport-main' --body 'Created by Github action'
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user