-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Create ingest dry run check #21152
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
base: master
Are you sure you want to change the base?
Create ingest dry run check #21152
Conversation
add workflow and rebase
add workflow
add workflow
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.
Pull Request Overview
This PR creates a new GitHub Actions workflow that performs a dry-run validation of documentation ingest processes for pull requests modifying markdown files. The workflow checks if the ingest process can successfully handle changes from the PR branch before merging.
Key changes:
- Adds a new workflow triggered on PRs that modify markdown files or documentation
- Sets up environment to run ingest validation using the netdata/learn repository
- Configures ingest to test the specific PR repository and branch
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Summary
I used HTTP clone to test on my fork, thus the on-prem private repo can't be cloned, but the main thing we want to test and fail on, is the PR's repo owner and branch of
X/netdata:YThis was requested internally, and it does make sense to quickly see if something breaks ingest.