Skip to content

ci: Add autofix CI workflow configuration#42

Draft
asukaminato0721 wants to merge 2 commits intomainfrom
18
Draft

ci: Add autofix CI workflow configuration#42
asukaminato0721 wants to merge 2 commits intomainfrom
18

Conversation

@asukaminato0721
Copy link
Copy Markdown

Important

  1. Make sure you have read our contribution guidelines
  2. Search existing issues and pull requests to confirm this change is not a duplicate
  3. Open or identify the issue this pull request resolves or advances
  4. Use a Conventional Commits title for this pull request, and mark breaking changes with !
  5. Remember that the pull request title will become the squash merge commit message
  6. If CLA Assistant prompts you, sign CLA.md in the pull request conversation

Related Issue

Closes part of #18

Summary

Checklist

  • This pull request links the issue it resolves or advances
  • This pull request title follows Conventional Commits, and any breaking change is marked with !
  • If CLA Assistant prompted me, I signed CLA.md in the pull request conversation

Copilot AI review requested due to automatic review settings April 16, 2026 06:48
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Apr 16, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 16, 2026

All contributors on this pull request have signed the CLA.
Posted by the CLA Assistant Lite bot.

@dosubot dosubot bot added the enhancement New feature or request label Apr 16, 2026
@asukaminato0721
Copy link
Copy Markdown
Author

I have read the CLA Document and I hereby sign the CLA

@asukaminato0721 asukaminato0721 changed the title Add autofix CI workflow configuration ci: Add autofix CI workflow configuration Apr 16, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an autofix.ci GitHub Actions workflow intended to automatically apply Ruff lint/format fixes and push them back via autofix-ci/action.

Changes:

  • Introduces .github/workflows/autofix.yml workflow triggered on workflow_call, pull_request, and push to main
  • Runs ruff check --fix-only and ruff format via uv
  • Invokes autofix-ci/action to commit/push any resulting changes

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/autofix.yml
Comment thread .github/workflows/autofix.yml Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@asukaminato0721 asukaminato0721 requested a review from WH-2099 April 16, 2026 06:52
@WH-2099 WH-2099 marked this pull request as draft April 16, 2026 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants