Migrate changelog workflows to release-notes shared workflows - #8376
Merged
Merged
Conversation
Replaces the three legacy callers (changelog-validate, changelog-submit, changelog-upload) with the unified release-notes workflow set from elastic/docs-actions. - changelog.yml is at the repo root; all callers use config: changelog.yml - No bundle-on-release: docs-content has no GitHub release workflow; bundling remains manual via docs-builder changelog bundle - Creates docs/changelog/ (the configured bundle.directory) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Elastic Docs AI PR menuCheck the box to run an AI review for this pull request.
Powered by GitHub Agentic Workflows and docs-actions. For more information, reach out to the docs team. |
Contributor
🔍 Preview links for changed docs⏳ Building and deploying preview... View progress This comment will be updated with preview links when the build is complete. |
Member
Author
|
The |
theletterf
enabled auto-merge
September 18, 2026 11:49
Member
Author
|
@Mpdreamz Need an approve! |
akira28
approved these changes
Sep 21, 2026
lcawl
approved these changes
Sep 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Replaces the three legacy shared changelog callers with the unified release-notes workflow set from
elastic/docs-actions.Changes
Workflows deleted:
changelog-validate.ymlchangelog-submit.ymlchangelog-upload.ymlWorkflows added:
release-notes.yml— validates type labels on PRs and uploads entries on mergerelease-notes-comments.yml— posts a sticky changelog comment on the PRrelease-notes-changelog-file.yml— auto-generates and commitschangelog/{pr}.yamlto non-fork PR branchesOther:
docs/changelog/(the directory configured asbundle.directoryinchangelog.yml)Notes
changelog.ymlis at the repo root; all callers useconfig: changelog.ymlto match.bundle-on-release— docs-content has no GitHub release workflow. Bundling stays manual (docs-builder changelog bundle docs-release <version>).workflow_runcallers activate once these workflows land onmain— the first PR opened after merge will get full comment and changelog-file coverage.Checklist
elastic-docsis registered withrelease-notes: on-releaseinelastic/docs-builderconfig/products.yml(separate PR opening shortly)release-notes / validateshowsskippedor a label decision on a test PR)🤖 Generated with Claude Code