v1.142.10
🚀 Improved GitHub Actions Support
- Enhanced workspace handling for GitHub Actions: the CLI now properly detects and sets up the GitHub Actions workspace, ensuring smoother execution in CI environments.
- Git operations are now robust in GitHub Actions, with automatic safe.directory configuration to avoid permission issues.
📝 Action Configuration & Documentation Upgrades
- The action configuration (
actionConfigure
) now supports additional prompts for pull request description, comments, and review comments, making PR automation more flexible. - Generated
README.md
files and workflow examples are clearer and more actionable, with improved formatting and guidance for users.
🐛 Bug Fixes & Reliability
- Fixed null reference issues in action configuration.
- Custom action test improvements for more reliable CI runs.
- Dependency installation in Dockerfile switched to
yarn
with--frozen-lockfile
for consistent builds.
✨ Developer Experience
- Enhanced workflow and scripts, including smarter upgrade and fix scripts, for easier development and maintenance.