Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(MAINT) Fix for dependabot.yml and exclude it from yamlfix #492

Merged
merged 10 commits into from
Sep 9, 2024

Conversation

CoMfUcIoS
Copy link
Contributor

@CoMfUcIoS CoMfUcIoS commented Sep 5, 2024

Summary

Formatting broke Dependabot.

Checklist

  • 🟢 Spec tests.
  • 🟢 Acceptance tests.

Changes include test coverage?

  • Yes
  • Not needed

Have you updated the documentation?

  • Yes, I've updated the appropriate docs
  • Not needed

CoMfUcIoS and others added 10 commits September 6, 2024 10:54
- Changed the paths in yamlformatter.yml to '**/*.yml' and '**/*.yaml' to ensure all YAML files in any directory are formatted.
- Changed the version of comfucios/yamlfix-action from 1.0.8 to v1.0.8 in yamlformatter.yml.
- Added a sed command to remove dependabot.yml from changed_files.txt in yamlformatter.yml.
…xt 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.
…_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.
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.
@CoMfUcIoS CoMfUcIoS changed the title Update dependabot.yml (MAINT) Fix yaml format for dependabot.yml and exclude it from autoformat Sep 6, 2024
@CoMfUcIoS CoMfUcIoS changed the title (MAINT) Fix yaml format for dependabot.yml and exclude it from autoformat (MAINT) Fix yaml format for dependabot.yml and exclude it from yamlfix Sep 6, 2024
@CoMfUcIoS CoMfUcIoS changed the title (MAINT) Fix yaml format for dependabot.yml and exclude it from yamlfix (MAINT) Fix for dependabot.yml and exclude it from yamlfix Sep 6, 2024
@CoMfUcIoS CoMfUcIoS merged commit 9e9a5b4 into main Sep 9, 2024
59 checks passed
@CoMfUcIoS CoMfUcIoS deleted the Dependabot_fix branch September 9, 2024 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants