Skip to content

Commit

Permalink
Merge pull request #216 from samply/test/backport-pullrequest
Browse files Browse the repository at this point in the history
test selfdesigned workflow take 5
  • Loading branch information
PierreDelpy authored Aug 27, 2024
2 parents 7f02abd + 142033d commit 81f939c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 81f939c

Please sign in to comment.