Skip to content

Commit

Permalink
Test more workflows (#23)
Browse files Browse the repository at this point in the history
* 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
thejmitchener authored Oct 21, 2024
1 parent 3d580a0 commit 2e8aafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e8aafa

Please sign in to comment.