We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269416f commit 59471faCopy full SHA for 59471fa
.github/workflows/rector.yml
@@ -1,5 +1,5 @@
1
on:
2
- pull_request:
+ pull_request_target:
3
paths-ignore:
4
- 'docs/**'
5
- 'README.md'
@@ -17,6 +17,7 @@ jobs:
17
secrets:
18
token: ${{ secrets.YIISOFT_GITHUB_TOKEN }}
19
with:
20
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
21
os: >-
22
['ubuntu-latest']
23
php: >-
composer.json
@@ -51,7 +51,7 @@
51
"httpsoft/http-message": "^1.0.9",
52
"maglnet/composer-require-checker": "^4.4",
53
"phpunit/phpunit": "^9.5",
54
- "rector/rector": "^1.0",
+ "rector/rector": "^1.2",
55
"roave/infection-static-analysis-plugin": "^1.16",
56
"spatie/phpunit-watcher": "^1.23",
57
"vimeo/psalm": "^4.30|^5.25",
0 commit comments