mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-19 06:18:07 +01:00
8beb40c952
ddd054ffff
[GHA] Alternative for close PR auto (#84)
15 lines
432 B
YAML
15 lines
432 B
YAML
name: Auto Closer PR
|
|
|
|
on:
|
|
pull_request_target:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
run:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: superbrothers/close-pull-request@v3
|
|
with:
|
|
# Optional. Post a issue comment just before closing a pull request.
|
|
comment: "This repository content is generated by rectorphp/rector-src. Please open pull request to [rectorphp/rector-src](https://github.com/rectorphp/rector-src)."
|