mise-action/.github/workflows
jdx 16e9fd5251
feat: use autofix.ci to auto-update dist/ on all PRs
Switches from manual commit workflow to autofix.ci for automatically
updating the dist/ folder when source files change. This has several
advantages:

1. Works on ALL PRs, not just Renovate PRs
2. Commits made by autofix.ci (GitHub App) trigger CI workflows, unlike
   commits made with GITHUB_TOKEN which don't trigger workflows
3. Renovate recognizes autofix.ci commits via gitIgnoredAuthors and can
   still auto-rebase PRs

Changes:
- Renamed workflow from renovate-dist-update to auto-update-dist
- Removed Renovate-only condition - now runs on all PRs
- Replaced manual git commit/push with autofix.ci action
- Updated renovate.json to ignore autofix.ci commits
- Changed permissions from write to read-only

Note: Requires installing the autofix.ci GitHub App:
https://github.com/apps/autofix-ci

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-31 09:43:48 -05:00
..
auto-update-dist.yml feat: use autofix.ci to auto-update dist/ on all PRs 2025-10-31 09:43:48 -05:00
check-dist.yml chore: upgrade all workflows to Node 24 2025-10-31 09:32:09 -05:00
ci.yml chore: upgrade all workflows to Node 24 2025-10-31 09:32:09 -05:00
codeql-analysis.yml chore(deps): update github/codeql-action digest to 5d5cd55 (#302) 2025-10-31 08:06:06 +00:00
release-plz.yml chore(deps): update actions/checkout digest to 08eba0b (#248) 2025-08-22 10:10:27 +00:00
release.yml chore(deps): update actions/checkout digest to 08eba0b (#248) 2025-08-22 10:10:27 +00:00
semantic-pr-lint.yml chore(deps): update amannn/action-semantic-pull-request digest to e32d7e6 (#249) 2025-08-22 05:07:42 -05:00
test-redacted-env.yml chore(deps): pin actions/checkout action to 08eba0b (#258) 2025-09-09 13:22:52 +00:00
test.yml fix: trim "v" prefix on update (#287) 2025-10-06 06:17:50 -05:00