Skip to content

Commit

Permalink
Specify base to simplify workflow development on branches
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotsykes committed Feb 24, 2024
1 parent e4c231e commit 3da3edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
gh pr create \
--base ${{ github.ref_name }}
--fill
--reviewer eliotsykes
1 change: 1 addition & 0 deletions .github/workflows/update_submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
gh pr create \
--base ${{ github.ref_name }}
--fill
--reviewer eliotsykes

0 comments on commit 3da3edd

Please sign in to comment.