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 8eb8541 commit 8960df5Copy full SHA for 8960df5
.github/workflows/ci.yml
@@ -70,7 +70,7 @@ jobs:
70
PHP_CS_FIXER_IGNORE_ENV: true
71
run: |
72
./libraries/vendor/bin/php-cs-fixer fix --show-progress=dots && ./libraries/vendor/bin/phpcbf --extensions=php -p --standard=ruleset.xml .
73
- - uses: parkerbxyz/suggest-changes@v1
+ - uses: parkerbxyz/suggest-changes@v2
74
with:
75
comment: 'Your code does not comply with our codestyle. Please commit the suggested changes.'
76
0 commit comments