aseprite/.github/workflows/close_spam.yml
David Capello 7f2d2185bd Add a workflow to close spammy PRs
First attempt, not sure if this will be useful at all.
2023-11-10 10:42:46 -03:00

14 lines
352 B
YAML

name: Close Spam PR
on:
pull_request_target:
types: [opened, reopened]
paths:
- '.github/workflows/**'
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: superbrothers/close-pull-request@v3
with:
comment: "We do not accept PRs to modify GitHub actions. Contact david@igara.com directly with patches for this."