Upgrade rsi-diff's changed files action | Make it only return rsi and png changes (#29185)

It was brought up to me in https://github.com/space-wizards/space-station-14/pull/29179#issuecomment-2177140740 (and from a dm from them) that space bars can cause issues with the rsi bot.

Upon investigation its case we use "space-delimited" on the "get changes files" check. Which returns ALL changed files. Even if the change has nothing to do with png's or rsi's (example a downstream merging upstream)
This commit is contained in:
Vasilis
2024-06-19 03:27:12 +03:00
committed by GitHub
parent 9b2f9ce05f
commit 81136648da

View File

@@ -15,9 +15,12 @@ jobs:
- name: Get changed files
id: files
uses: Ana06/get-changed-files@v1.2
uses: Ana06/get-changed-files@v2.3.0
with:
format: 'space-delimited'
filter: |
**.rsi
**.png
- name: Diff changed RSIs
id: diff