mise-action/.github
jdx 631581469e
fix: auto-update dist folder in Renovate PRs via GitHub Actions
Replaces non-functional postUpgradeTasks configuration with a GitHub Actions
workflow that automatically rebuilds the distribution when Renovate opens PRs.

The previous approach used postUpgradeTasks and allowedCommands, which only
work with self-hosted Renovate. Since this repo uses GitHub's hosted Renovate
app, those settings were ignored, causing the dist folder to not be updated.

The new workflow:
- Triggers on PRs that modify package.json, package-lock.json, or src/
- Only runs for Renovate bot PRs
- Runs npm run all to rebuild dist/
- Commits and pushes changes back to the PR branch

This fixes the artifact update warnings in Renovate PRs like #294.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-31 09:25:09 -05:00
..
linters feat: support windows (#122) 2024-09-25 21:27:52 +00:00
workflows fix: auto-update dist folder in Renovate PRs via GitHub Actions 2025-10-31 09:25:09 -05:00
renovate.json fix: auto-update dist folder in Renovate PRs via GitHub Actions 2025-10-31 09:25:09 -05:00