-
Notifications
You must be signed in to change notification settings - Fork 13
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
Create PRs in all depending repos #25
Create PRs in all depending repos #25
Conversation
Changed the structure so the this repository handles the PR creation and file updates. This reduces the overhead in other repos, although one could argue that the meta repo should not have to care about how the autoupdate service generates its files, but I think it's okay to do it this way. |
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.
A tad bit skeptical about some hardcoded values and usernames, but making it dynamic is probably not worth the effort.
resolves #23