mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[docs] add "docs" label to daily docs build PRs (#145421)
As requested by the QA team, these PRs should be labeled with "docs" to help filter them out when reviewing PRs that are going into a specific version.
This commit is contained in:
parent
f7ac46ab32
commit
61af35c271
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ if [[ "${PUBLISH_API_DOCS_CHANGES:-}" == "true" ]]; then
|
|||
|
||||
git remote add kibanamachine https://github.com/kibanamachine/kibana.git
|
||||
git push -u kibanamachine "$branch"
|
||||
prUrl=$(gh pr create --repo elastic/kibana --title "[api-docs] $(date +%F) Daily api_docs build" --body "Generated by $BUILDKITE_BUILD_URL" --label "release_note:skip" --label "backport:auto-version")
|
||||
prUrl=$(gh pr create --repo elastic/kibana --title "[api-docs] $(date +%F) Daily api_docs build" --body "Generated by $BUILDKITE_BUILD_URL" --label "release_note:skip" --label "docs")
|
||||
echo "Opened PR: $prUrl"
|
||||
gh pr merge --repo elastic/kibana --auto --squash "$prUrl"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue