Closed ainsofs closed 5 months ago
Change in Triggering Workflow Event
The code_fixes.yml
workflow file has been modified. Previously, the workflow was initiated using 'workflow_call'. Now, it will be automatically triggered after 'push' events, meaning it becomes active once changes are pushed to the branch.
Laravel Workflow Update
The laravel.yml
workflow file has been renamed to "Laravel Tests", reflecting its purpose more accurately. Moreover, the event triggering this workflow has been changed to pull_request
. It activates when a pull request is made on the main
branch.
Deletion of Workflow Files
Two workflow files, merge_request.yml
and push.yml
, have been removed. This could be due to their functionality being absorbed by other workflows or they may be obsolete.
Syntax Correction in UserController
A minor syntax fix was implemented in the UserController.php
file. A comma was added after 'unique:users'
in method validation rules for store
. This is likely a needed correction for maintaining proper code formatting and to ensure the method works as intended.
Update code fixes to run on all commits and tests on PRs only
Description
Update code fixes to run on all commits and tests on PRs only
Motivation and Context
DX Automation
How has this been tested?
Screenshots (if appropriate)
Types of changes
Checklist