Skip to content

Add include-hidden-files to changelog submit action - #308

Open
lcawl wants to merge 1 commit into
mainfrom
hidden-directories-fix
Open

Add include-hidden-files to changelog submit action#308
lcawl wants to merge 1 commit into
mainfrom
hidden-directories-fix

Conversation

@lcawl

@lcawl lcawl commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Relates to elastic/docs-builder#3913

Problem

There are a lot of changelog-submit failures since we turned on automatic chagnelog creation in docs-content.
They come from docs-actions passing .artifacts/... paths into docs-builder changelog prepare-artifact, which uses Nullean.ScopedFileSystem and rejects hidden directories.

Fix

Enable include-hidden-files when uploading the changelog staging artifact so actions/upload-artifact includes files under .artifacts/changelog-artifact. Without this, upload can fail with “no files found” even after a successful prepare-artifact, because hidden directories are excluded by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant