Skip to content

Developer - #4

Closed
GianfrancoD wants to merge 3 commits into
mainfrom
developer
Closed

Developer#4
GianfrancoD wants to merge 3 commits into
mainfrom
developer

Conversation

@GianfrancoD

Copy link
Copy Markdown
Owner

No description provided.

GianfrancoD and others added 3 commits August 12, 2025 17:58
This commit simulates a feature branch with changes to test:
- structure-validation.yml workflow
- TypeScript validation
- Structure tests validation
- Expected result: All validations should FAIL due to intentional errors
🔧 WORKFLOW FIXES:
- Fix branch validation logic in structure-validation.yml
- Now properly validates feature/* → developer (ALLOWED)
- Blocks feature/* → main (SECURITY)
- Allows developer → main (PROMOTION)

🎯 EXPECTED BEHAVIOR:
- feature/test-github-actions → developer: ✅ Should run validations
- feature/* → main: ❌ Should be blocked immediately
- developer → main: ✅ Should run full validation + build

🧪 TEST FLOW:
1. PR feature → developer (should run and fail on intentional errors)
2. PR developer → main (should run and fail on same errors)
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.

1 participant