mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-15 06:10:32 +00:00
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> |
||
|---|---|---|
| .. | ||
| linters | ||
| workflows | ||
| renovate.json | ||