Mirror of space-wizards/RSIDiffBot
Find a file
2021-10-06 23:57:41 -07:00
.github/workflows rename example, remove .idea 2021-10-06 23:57:16 -07:00
RSIDiffBot use stringbuilder and reduce duplication 2021-10-06 23:51:25 -07:00
.dockerignore rename example, remove .idea 2021-10-06 23:57:16 -07:00
.gitignore rename example, remove .idea 2021-10-06 23:57:16 -07:00
action.yml updates for release 2021-10-06 20:23:56 -07:00
Dockerfile wow 2021-10-02 21:17:19 -07:00
README.md Update README.md 2021-10-06 23:57:41 -07:00
RSIDiffBot.sln remove submod didnt need it 2021-10-06 18:50:20 -07:00

RSI Diff Bot

A github action for generating diffs of RSI (robust station images), a format used by Robust Toolbox. It runs on every pull-request push, and comments on the PR with a nicely formatted table of any changes. The action will not make more than one comment per PR, and it does not run on direct commits nor on PRs that have not changed any RSIs.

example

An example workflow is provided in .github/workflows/example.yml. You'll have to tweak it obviously, but that provides everything you need to get started.