From 7558b4df309188ff28f6e3d67ea836a0fbb0a920 Mon Sep 17 00:00:00 2001 From: Andy Zhang Date: Mon, 30 Sep 2024 10:29:15 +0800 Subject: [PATCH] docs(*): update the changelog PR title to include the docs(release) scope (#13719) --- changelog/create_pr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/create_pr b/changelog/create_pr index e765bf782507..a16d0eb1d0e3 100644 --- a/changelog/create_pr +++ b/changelog/create_pr @@ -18,7 +18,7 @@ if [[ -z "${response:+x}" ]] ; then -H "Authorization: Bearer ${GITHUB_TOKEN}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ "https://api.github.com/repos/${1}/pulls" \ - -d '{"base":"'"${2}"'", "title":"'"Generate ${3} changelog"'","body":"'"Generate ${3} changelog"'","head":"'"${4}"'"}' \ + -d '{"base":"'"${2}"'", "title":"'"docs(release): generate ${3} changelog"'","body":"'"Generate ${3} changelog"'","head":"'"${4}"'"}' \ | jq -r '[.html_url, .head.ref] | @tsv' else printf 'Updated existing PR: %s\n' "${response}"