-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update schema records on merge to main #2
Comments
@ngerakines Do you have any outline of how this can be done? Are you thinking of having some migration endpoint on the PDS that GH actions will call into and update all records? Maybe I am also misunderstanding the idea here. Curious to hear any rough plans around this and happy to help as well |
A python script with env variables (GH action secrets) to adjust DNS records and then to make the "repository put" API call. Waiting on the RFC for lexicon resolution to move before starting on that. |
I'm working on a |
Here is that The "public" functionality is pretty minimal. In theory it could do something more complex like a "sync" command to recursively update from a directory of lexicon JSON files. |
@bnewbold that is awesome! Looking at the code, the reverse NSID with |
When a PR with changes to
community/lexicon/**
is merged into the main branch, update the corresponding records in the@lexicon.community
PDS.Depends on #1.
The text was updated successfully, but these errors were encountered: