mirror of
https://github.com/SamTherapy/SamTherapy
synced 2024-11-22 10:33:45 +00:00
13 lines
271 B
YAML
13 lines
271 B
YAML
name: Close Pull Request
|
|
|
|
on:
|
|
pull_request_target:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
run:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: superbrothers/close-pull-request@v3
|
|
with:
|
|
comment: "This is my profile repository, Pull Requests are not needed."
|