You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
anonupload/.github/workflows/spam.yml

13 lines
251 B
YAML

name: Spam
on: issue_comment
jobs:
mark-as-spam:
name: mark as spam
runs-on: ubuntu-latest
steps:
- name: close issue
uses: balevine/mark-as-spam@production
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}