Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor code in SabHero class. * Add paths to trigger the workflow on changes to package.json, package-lock.json, composer.json, composer.lock, and .github/workflows/** files in pull requests to the main branch. * Refactor dependabot auto-merge workflow to update branch with latest from main instead of development, and add a step to wait for status checks to pass before merging. * Refactor dependabot-auto-merge.yml to remove commented out code and fix indentation. These changes were made to improve code readability and maintainability. * Updated the condition for running the dependabot job to include the dependabot actor, ensuring that the job is only executed when triggered by the dependabot. * Remove composer.lock from .gitignore to track changes in composer.lock file. * Test
- Loading branch information