Skip to content

Commit

Permalink
test selfdesigned workflow take 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Delpy committed Aug 27, 2024
1 parent 61c861a commit 142033d
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 142033d

Please sign in to comment.