Skip to content

Commit

Permalink
docs(*): update the changelog PR title to include the docs(release) s…
Browse files Browse the repository at this point in the history
…cope (#13719)
  • Loading branch information
AndyZhang0707 authored Sep 30, 2024
1 parent 778fe08 commit 7558b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog/create_pr
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

1 comment on commit 7558b4d

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:7558b4df309188ff28f6e3d67ea836a0fbb0a920
Artifacts available https://github.com/Kong/kong/actions/runs/11098305618

Please sign in to comment.