We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like there's code in this repo to automatically edit specs.
The missing pieces to automatically sending PRs would be to find all specs, and to send the PRs. I think the pieces for that fairly achievable.
First, to find all specs, there are at least two approaches:
Then, one needs to create pull requests. I have a few projects that do that:
The text was updated successfully, but these errors were encountered:
Thank you! Those examples look helpful, I will try getting some time to implement that piece.
(This tool already depends on a forked version of reffy, the first one is achieved 🎉)
Sorry, something went wrong.
@saschanaz what an amazing piece of work, thank you so much!
Thank you for your appreciation! ♥♥
No branches or pull requests
It looks like there's code in this repo to automatically edit specs.
The missing pieces to automatically sending PRs would be to find all specs, and to send the PRs. I think the pieces for that fairly achievable.
First, to find all specs, there are at least two approaches:
Then, one needs to create pull requests. I have a few projects that do that:
The text was updated successfully, but these errors were encountered: