Skip to content

ci: add weekly automated clippy autofix workflow#1529

Open
SH20RAJ wants to merge 1 commit intomofa-org:mainfrom
SH20RAJ:ci/1047-weekly-clippy-autofix
Open

ci: add weekly automated clippy autofix workflow#1529
SH20RAJ wants to merge 1 commit intomofa-org:mainfrom
SH20RAJ:ci/1047-weekly-clippy-autofix

Conversation

@SH20RAJ
Copy link
Copy Markdown

@SH20RAJ SH20RAJ commented Mar 28, 2026

Adds a scheduled clippy autofix workflow with weekly and manual triggers.

Key behavior:

  • captures pre-fix clippy output
  • runs cargo clippy --fix and cargo fmt
  • opens a PR only when changes are produced
  • uses concurrency guard to avoid overlap

Closes #1047

@SH20RAJ
Copy link
Copy Markdown
Author

SH20RAJ commented Mar 28, 2026

Hi! Added a scheduled CI workflow that automatically fixes clippy warnings via PRs. This helps maintain high code quality standards across the repository asynchronously. (Fixes #1047)

@SH20RAJ
Copy link
Copy Markdown
Author

SH20RAJ commented Mar 29, 2026

Addressing Issue #1047. This PR introduces a scheduled GitHub Action to run cargo clippy --fix weekly. It automatically opens a PR with the suggested fixes, helping the team maintain high code quality standards across the entire MoFA workspace with minimal manual effort. 🤖

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: add weekly automated cargo clippy autofix workflow

1 participant