The fix for issue #2185 leads to new issues where suspend animations is stuck on steam default and can't be changed at all. #2236
This file contains 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
name: Check for Spammy Issue Comments | |
on: | |
issue_comment: | |
types: [created, edited] | |
permissions: | |
issues: write | |
jobs: | |
comment-filter: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Comment filter | |
uses: DecimalTurn/Comment-Filter@f0aa7694eca5172825c4b5a502dc110b5fe8603a #v0.2.1 |