From baaebfbd3d343a32be19eaf1ebb8b22ca3503c7e Mon Sep 17 00:00:00 2001 From: Mitchell5200 Date: Thu, 29 Aug 2024 21:45:06 +0800 Subject: [PATCH] Create comment-filter.yml --- .github/workflows/comment-filter.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/comment-filter.yml diff --git a/.github/workflows/comment-filter.yml b/.github/workflows/comment-filter.yml new file mode 100644 index 00000000..0d06f1f7 --- /dev/null +++ b/.github/workflows/comment-filter.yml @@ -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 \ No newline at end of file