ujust rollback-helper
doesn't display the latest images
#417
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@9683f002007cc8739893f27123f6d3d857ea7808 # v0.1.4 |