fix: re-enable GitHub Actions workflows and improve validation#41
fix: re-enable GitHub Actions workflows and improve validation#41
Conversation
- Re-enable comprehensive testing workflow with workflow_dispatch trigger - Improve PR size validation with enhanced quality thresholds - Add 'resolve' to permanent allowed conventional commit types - Increase PR size thresholds to support feature development - Add comprehensive test suite for large PRs These workflow improvements were extracted from the feature branch to be available for testing independently. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
❌ Quality Gates FailedThis PR has validation failures that must be resolved before merging: Failures Detected:
Required Commands:```bash This PR cannot be merged until all quality gates pass. Re-push your changes after fixing these issues to re-trigger validation. |
|
🔗 Linked Pull Request PR #43 has been created to address this issue. PR Title: feat: implement Smart Response System with strict validation |
1 similar comment
|
🔗 Linked Pull Request PR #43 has been created to address this issue. PR Title: feat: implement Smart Response System with strict validation |
Summary
This PR extracts the GitHub Actions workflow improvements from the feature branch to make them available for testing independently.
Changes
Context
These workflow changes were originally part of the feature/merge-smart-response-system branch but need to be available on the test branch first. This PR isolates just the workflow improvements without any of the TypeScript code changes.
Test Plan
🤖 Generated with Claude Code