Skip to content

fix: re-enable GitHub Actions workflows and improve validation#41

Merged
jerfowler merged 1 commit intotestfrom
fix/github-workflow-updates
Sep 12, 2025
Merged

fix: re-enable GitHub Actions workflows and improve validation#41
jerfowler merged 1 commit intotestfrom
fix/github-workflow-updates

Conversation

@jerfowler
Copy link
Copy Markdown
Owner

Summary

This PR extracts the GitHub Actions workflow improvements from the feature branch to make them available for testing independently.

Changes

  • ✅ Re-enabled comprehensive testing workflow with workflow_dispatch trigger
  • ✅ Improved PR size validation with enhanced quality thresholds
  • ✅ Added 'resolve' to permanent allowed conventional commit types
  • ✅ Increased PR size thresholds to support feature development
  • ✅ Added comprehensive test suite for large PRs

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

  • Verify workflows are properly re-enabled
  • Test workflow_dispatch trigger works
  • Confirm PR validation accepts 'resolve' commit type
  • Validate enhanced PR size thresholds work as expected

🤖 Generated with Claude Code

- 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>
@github-actions
Copy link
Copy Markdown

❌ Quality Gates Failed

This PR has validation failures that must be resolved before merging:

Failures Detected:

  • TypeScript compilation failed - Fix type errors

  • Smoke tests failed - Critical functionality broken

Required Commands:

```bash
npm run type-check # Fix TypeScript errors
npm run lint:fix # Auto-fix style issues
npm run test:smoke # Validate critical paths
npm run ci # Complete validation
```

This PR cannot be merged until all quality gates pass.

Re-push your changes after fixing these issues to re-trigger validation.

@jerfowler jerfowler merged commit 870ce18 into test Sep 12, 2025
15 of 17 checks passed
@jerfowler jerfowler deleted the fix/github-workflow-updates branch September 12, 2025 23:58
@github-actions
Copy link
Copy Markdown

🔗 Linked Pull Request

PR #43 has been created to address this issue.

PR Title: feat: implement Smart Response System with strict validation
Author: @jerfowler
Branch: feature/smart-response-system-clean

View Pull Request →

1 similar comment
@github-actions
Copy link
Copy Markdown

🔗 Linked Pull Request

PR #43 has been created to address this issue.

PR Title: feat: implement Smart Response System with strict validation
Author: @jerfowler
Branch: feature/smart-response-system-clean

View Pull Request →

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant