Skip to content

Commit 0ae6990

Browse files
committed
refactor: update PR edit command to include title
1 parent 97b9eb7 commit 0ae6990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ runs:
118118
exit 0
119119
fi
120120
121-
args=("edit" "$PR_NUMBER")
121+
args=("edit" "--title" "$PR_TITLE" "$PR_NUMBER")
122122
123123
mapfile -t labels < <(gh pr view "$PR_NUMBER" --json labels | jq -r '.labels[].name')
124124

0 commit comments

Comments
 (0)