Skip to content

Commit

Permalink
Use gh CLI to create PR
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotsykes committed Feb 24, 2024
1 parent 66685bc commit bbd2d05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update_submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ jobs:
git push
- name: Open pull request
run: echo 'TODO'
run: |
gh pr create \
--fill
--reviewer eliotsykes
#on: push
#jobs:
Expand Down

0 comments on commit bbd2d05

Please sign in to comment.