Skip to content

Commit 30060a1

Browse files
committed
fix: make pi/pr_create gracefully handle existing PRs
1 parent dca06dd commit 30060a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pi/pr_create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ EOF
3737
--title "$PR_TITLE" \
3838
--body "$PR_BODY" \
3939
--draft \
40-
--repo $REPOSITORY_OWNER/$APP
40+
--repo $REPOSITORY_OWNER/$APP || true
4141
# --reviewer $REPOSITORY_OWNER/devops-admin \
4242

4343
else

0 commit comments

Comments
 (0)