-
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
GitHub Action #12
Comments
Hey @vanbroup, could you expound on what you're proposing here? I'm totally down, but what would the action do? |
It could take two docx files as input and create a redlined artifact. |
Would love to take a shot at this @vanbroup. How do you envision this working? Just looking for docx files with the same filename in both commits and running redlines for all? Configuring it to only work on specific files? |
You could look at this repository for inspiration: https://github.com/vanbroup/build-guidelines-action I imagine that it's most efficient if you would explicitly configure the action with which files to compare, maybe providing an optional name for the author of the track changes. |
While I have not tested your project it sounds great, have you considered making this available as a GitHub action?
The text was updated successfully, but these errors were encountered: