Skip to content

chore(ci): remove autofix.ci workflow#631

Merged
jdx merged 1 commit into
mainfrom
chore/remove-autofix-workflow
May 12, 2026
Merged

chore(ci): remove autofix.ci workflow#631
jdx merged 1 commit into
mainfrom
chore/remove-autofix-workflow

Conversation

@jdx
Copy link
Copy Markdown
Owner

@jdx jdx commented May 12, 2026

Removes the autofix.ci workflow.

🤖 Generated with Claude Code


Note

Low Risk
Low risk: this only deletes a CI workflow, but it may stop automatic formatting/fixup commits previously performed by autofix-ci/action.

Overview
Deletes the autofix.ci GitHub Actions workflow (.github/workflows/autofix.yml), removing the CI job that ran mise r autofix and then applied fixes via autofix-ci/action on PRs/pushes.

Reviewed by Cursor Bugbot for commit a8250ec. Bugbot is set up for automated code reviews on this repo. Configure here.

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 12, 2026

Greptile Summary

This PR removes the autofix.ci workflow, which previously ran mise r autofix and used the autofix-ci/action to auto-commit lint/format fixes on pull requests and pushes to main.

  • The workflow file .github/workflows/autofix.yml is fully deleted; no other workflow referenced it as a workflow_call dependency.
  • The underlying [tasks.autofix] task in mise.toml is retained and remains available for local use.

Confidence Score: 5/5

Straightforward workflow deletion with no downstream dependencies; safe to merge.

Only one file is removed, no other workflows call it as a reusable workflow, and the autofix task in mise.toml is unaffected.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/autofix.yml Deleted autofix.ci workflow that ran mise r autofix and committed auto-fixes on PRs and pushes to main; no remaining references in other workflows.

Reviews (1): Last reviewed commit: "chore(ci): remove autofix.ci workflow" | Re-trigger Greptile

@jdx jdx enabled auto-merge (squash) May 12, 2026 13:59
@jdx jdx merged commit 4669413 into main May 12, 2026
5 checks passed
@jdx jdx deleted the chore/remove-autofix-workflow branch May 12, 2026 14:06
@codecov
Copy link
Copy Markdown

codecov Bot commented May 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.94%. Comparing base (698fd0e) to head (a8250ec).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #631   +/-   ##
=======================================
  Coverage   78.94%   78.94%           
=======================================
  Files          49       49           
  Lines        7284     7284           
  Branches     7284     7284           
=======================================
  Hits         5750     5750           
  Misses       1147     1147           
  Partials      387      387           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

jdx added a commit that referenced this pull request May 12, 2026
Runs `mise run render` and asserts it produces no diff. Follows up the
autofix.ci workflow removal in #631.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Low Risk**
> Low risk: workflow-only change that adds a determinism check and may
only cause new CI failures when generated artifacts are out of date.
> 
> **Overview**
> The `test` GitHub Actions workflow now runs `mise r render` and
**fails the job if it changes the working tree**, printing `git
status`/`git diff` to help diagnose missing generated-file commits.
> 
> This effectively enforces that render outputs are kept in sync and
committed as part of PRs.
> 
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
a748d4d. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
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.

1 participant