Skip to content

Commit 00d73f6

Browse files
committed
add the --draft flag
1 parent 90a84fb commit 00d73f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/validate-plugin-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ main() {
138138
BASE_BRANCH="${BRANCH:-$DEFAULT_BRANCH}"
139139

140140
echo "Creating a pull request with base branch $BASE_BRANCH."
141-
gh pr create --title "Update Tested Up To version to $CURRENT_WP_VERSION" --body "This pull request updates the \"Tested up to\" version in specified files (${FILENAMES}) to match the current WordPress version $CURRENT_WP_VERSION." --base "$BASE_BRANCH"
141+
gh pr create --title "Update Tested Up To version to $CURRENT_WP_VERSION" --body "This pull request updates the \"Tested up to\" version in specified files (${FILENAMES}) to match the current WordPress version $CURRENT_WP_VERSION." --base "$BASE_BRANCH" --draft
142142
}
143143

144144
main

0 commit comments

Comments
 (0)