mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
7f2d2185bd
First attempt, not sure if this will be useful at all.
14 lines
352 B
YAML
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."
|