mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
parent
aa7f45dc35
commit
3ee45b6c29
15
.github/workflows/check-for-spammy-issues.yml
vendored
Normal file
15
.github/workflows/check-for-spammy-issues.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
name: Check for Spammy Issues
|
||||
|
||||
on:
|
||||
issue:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
mark-as-spam:
|
||||
name: Remove issues with spammy
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: close issue
|
||||
uses: balevine/mark-as-spam@v1.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in New Issue
Block a user