Skip to content

Commit

Permalink
Create comment-filter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell5200 committed Aug 29, 2024
1 parent c3e9cd5 commit baaebfb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/comment-filter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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@5ab6948d08be719961eac47fad2b2a91a06fc4c9 #v0.1.0

0 comments on commit baaebfb

Please sign in to comment.