mirror of
https://github.com/samply/bridgehead.git
synced 2025-12-16 15:37:31 +01:00
test selfdesigned workflow take 3
This commit is contained in:
2
.github/workflows/auto-pr.yml
vendored
2
.github/workflows/auto-pr.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Create Pull Request to test/backport-pilots branch
|
- name: Create Pull Request to test/backport-pilots branch
|
||||||
run: |
|
run: |
|
||||||
git config --local user.name "github_workflow_verbis_auto-pr"
|
git config --local user.name "github_workflow_verbis_auto-pr"
|
||||||
git checkout -b test/backport-pilots
|
git checkout -b test/backport-autopullrequest
|
||||||
git push origin test/backport-pilots
|
git push origin test/backport-pilots
|
||||||
gh pr create --base main --head test/backport-pilots --title "Auto PR from main" --body "This PR was created automatically after merging into main."
|
gh pr create --base main --head test/backport-pilots --title "Auto PR from main" --body "This PR was created automatically after merging into main."
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user