Skip to content

Conversation

@paustin01
Copy link
Contributor

  • Add skip_preflight_checks input to action.yml (defaults to false)
  • Update TypeScript types to include skip_preflight_checks field
  • Pass skip_preflight_checks in deployment event payload
  • Enhanced error handling for 409/423/428 responses with detailed messages
  • Specific handlers for FLOW_VIOLATION, INSUFFICIENT_SOAK_TIME, QUALITY_APPROVAL_REQUIRED, APPROVAL_REQUIRED
  • Generic fallback handler for future error codes (shows full details JSON)
  • Always include full details JSON for all 428 errors for debugging
  • Update README with comprehensive preflight checks section and examples
  • Add tests for skip_preflight_checks parsing (28 tests passing)
  • Ready for v1.1.0 release

Description

Please include a summary of the changes and the related issue. Include relevant motivation and context.

Fixes # (issue)

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Test improvement

Changes Made

Testing

Please describe the tests you ran to verify your changes.

  • Unit tests pass (npm test)
  • Linting passes (npm run lint)
  • Build succeeds (npm run build)
  • Tested in a real GitHub workflow
  • Added new tests for new functionality

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have rebuilt and committed the dist/ directory
  • Any dependent changes have been merged and published

Screenshots (if applicable)

Add screenshots to help explain your changes.

Additional Notes

Add any additional notes for reviewers here.

- Add skip_preflight_checks input to action.yml (defaults to false)
- Update TypeScript types to include skip_preflight_checks field
- Pass skip_preflight_checks in deployment event payload
- Enhanced error handling for 409/423/428 responses with detailed messages
- Specific handlers for FLOW_VIOLATION, INSUFFICIENT_SOAK_TIME, QUALITY_APPROVAL_REQUIRED, APPROVAL_REQUIRED
- Generic fallback handler for future error codes (shows full details JSON)
- Always include full details JSON for all 428 errors for debugging
- Update README with comprehensive preflight checks section and examples
- Add tests for skip_preflight_checks parsing (28 tests passing)
- Ready for v1.1.0 release
@paustin01 paustin01 merged commit b451d8e into main Nov 21, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants