You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(MAINT) Fix for dependabot.yml and exclude it from yamlfix (#492)
* Update dependabot.yml
* fix(workflows): update yamlformatter paths to include all directories
- Changed the paths in yamlformatter.yml to '**/*.yml' and '**/*.yaml' to ensure all YAML files in any directory are formatted.
* fix(workflows): update yamlfix-action version to v1.0.8
- Changed the version of comfucios/yamlfix-action from 1.0.8 to v1.0.8 in yamlformatter.yml.
* Apply Yamlfix format changes.
* fix(workflows): remove dependabot.yml from changed_files.txt
- Added a sed command to remove dependabot.yml from changed_files.txt in yamlformatter.yml.
* fix(workflows): ensure removal of dependabot.yml from changed_files.txt without failure
- Added a sed command to remove dependabot.yml from changed_files.txt in yamlformatter.yml.
- Ensured the command does not fail if dependabot.yml does not exist in the list.
* Apply Yamlfix format changes.
* fix(workflows): ensure removal of .github/dependabot.yml from changed_files.txt without failure
- Updated sed command to remove .github/dependabot.yml from changed_files.txt in yamlformatter.yml.
- Ensured the command does not fail if .github/dependabot.yml does not exist in the list.
* Apply Yamlfix format changes.
* fix(workflow): correct sed command for removing dependabot.yml
The sed command was updated to remove the unnecessary empty string argument for compatibility. This change ensures that the dependabot.yml file is correctly excluded from the list of changed YAML files.
---------
Co-authored-by: CoMfUcIoS <[email protected]>
0 commit comments