1
0
Fork 0
mirror of https://github.com/SamTherapy/SamTherapy synced 2024-10-18 14:14:06 +00:00
.profile/.github/workflows/close-pr.yaml
2024-04-10 15:31:10 +02:00

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."