Skip to content

Commit e8703fe

Browse files
committed
Be explicit about merge commit
1 parent d945029 commit e8703fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
--base release \
159159
--head master \
160160
--title "Update document v${GEM_VERSION}" \
161-
--body "This is an auto-generated PR to update documentation from [here](${JOB_URL}). Please review the changes and merge when ready." \
161+
--body "This is an auto-generated PR to update documentation from [here](${JOB_URL}). Please merge (with a merge commit) when ready." \
162162
--label "docs"
163163
164164
# TODO: Close existing milestone and create next milestone

0 commit comments

Comments
 (0)