Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
activity

GitHub Action

RSI Diff Bot

v1.0

RSI Diff Bot

activity

RSI Diff Bot

Shows modified states in any changed Robust Station Images

Installation

Copy and paste the following snippet into your .yml file.

              

- name: RSI Diff Bot

uses: mirrorcult/RSIDiffBot@v1.0

Learn more about this action in mirrorcult/RSIDiffBot

Choose a version

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/test.yml. You'll have to tweak it obviously, but that provides everything you need to get started.