Add GitHub workflow to update README versions of Karabiner#386
Open
overhacked wants to merge 1 commit into
Open
Add GitHub workflow to update README versions of Karabiner#386overhacked wants to merge 1 commit into
overhacked wants to merge 1 commit into
Conversation
Update README with required versions of Karabiner-DriverKit-VirtualHIDDevice and Karabiner-Elements. Signed-off-by: Ross Williams <ross@ross-williams.net>
Author
|
You can see the workflow running in my repo: https://github.com/overhacked/keymapper/actions/workflows/push.yml One run with the README changed and one where it skips because the version numbers didn't change. And an example PR that the workflow opened to update the README: overhacked#1. It's also possible to have the workflow directly commit the README changes to main, but I wanted to make the default more polite than that. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update README with required versions of Karabiner-DriverKit-VirtualHIDDevice and Karabiner-Elements. Add workflow to keep versions in README up-to-date with vendored source in
src/lib/Karabiner-DriverKit-VirtualHIDDevice.Uses version from the
version.jsonprovided by vendor upstream and a locally-maintainedelements-version.json, indicating which version of Karabiner Elements bundles the right version of VirtualHIDDevice.elements-version.jsonwould need to be updated any time theVirtualHIDDevicedependency is upgraded, since upstream doesn't sync the version numbers.