Skip to content

Commit

Permalink
fix: 🐛 issue with gh pr edit
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Augustin <dev@andreas-augustin.org>
  • Loading branch information
AndreasAugustin committed Jun 16, 2024
1 parent d1b4d54 commit f364caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync_template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ function create_or_edit_pr() {
local labels=$4
local reviewers=$5

create_pr "${title}" "${body}" "${branch}" "${labels}" "${reviewers}" || gh pr edit \
create_pr "${title}" "${body}" "${branch}" "${labels}" "${reviewers}" || gh pr edit "${branch}" \
--title "${title}" \
--body "${body}" \
--add-label "${labels}" \
Expand Down

0 comments on commit f364caf

Please sign in to comment.