Closed jobara closed 11 months ago
Resolves #2047
Removes the sync actions as it is not possible to create PRs from Tags.
If this PR changes PHP code or dependencies:
composer format
composer analyze
php artisan test
composer localize
If this PR changes CSS or JavaScript code or dependencies:
npm run lint
npm run build
Resolves #2047
Removes the sync actions as it is not possible to create PRs from Tags.
Prerequisites
If this PR changes PHP code or dependencies:
composer format
and fixed any code formatting issues.composer analyze
and addressed any static analysis issues.php artisan test
and ensured that all tests pass.composer localize
to update localization source files and committed any changes.If this PR changes CSS or JavaScript code or dependencies:
npm run lint
and fixed any linting issues.npm run build
and ensured that CSS and JavaScript assets can be compiled.