grungnet/.github/workflows/pull-requests.yml

14 lines
298 B
YAML
Raw Normal View History

2023-06-15 23:02:11 -04:00
name: Close Pull Request
on:
pull_request_target:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
steps:
2023-06-15 23:07:46 -04:00
- uses: superbrothers/close-pull-request@v3
with:
comment: "Sorry but this repository is not open for contribution. We do not accept pull requests."