Skip to content

[Spec] Auto generate manifests for newer versions #236105

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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix file extension
vedantmgoyal9 authored Mar 20, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 0a4010bd60751862cd32f76e81f44eb9cf72a96c
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ The proposed automation will automatically open pull requests (PRs) for new vers
}
```

The above JSON defines automation metadata and will be stored in a `.auto_updates.yaml` file alongside `.validation` files.
The above JSON defines automation metadata and will be stored in a `.auto_updates.json` file alongside `.validation` files.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would probably be better to have a separate directory structure specifically for auto-updates instead of including metadata in the manifests folder. While having the data right next to all of the manifests makes it easy for users to find, it greatly increases the complexity cost of a solution since whatever is built will have to recursively filter through all the directories to find the metadata files instead of filtering to only a known sub-tree


### Automation Workflow