-
Notifications
You must be signed in to change notification settings - Fork 30
preview-build: Add path-pattern-ignore #1499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
So we can ignore some files and so that the files are not included in the comment
To be explicit, I know I want to ignore the following in the elasticsearch repo:
|
Then you could use: with:
path-pattern-ignore: docs/reference/query-languages/esql/kibana/**/README.md |
Sorry it's two separate things:
Because we're doing this centrally I assumed you'd have to do it all in one place, how would we configure this per repo? (forgive me I probably just haven't thought about this enough) |
You can change the configuration here: https://github.com/elastic/elasticsearch/blob/main/.github/workflows/docs-build.yml And then you can actually do:
|
Ah OK cool, that's perfect thanks @reakaleek 🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
🔍 Preview links for changed docs |
This reverts commit e14aedb.
So we can ignore some files and so that the files are not included in the comment.
(I'm not 100% sure if the files will actually be excluded from the
changed_files
output. But that is my assumption)