Skip to content

ci: Optimize branch name extraction with commit title parsing and enhanced debugging - #17

Merged
marioarce merged 1 commit into
developfrom
feature/fix-cicd-pipeline
Jun 2, 2026
Merged

ci: Optimize branch name extraction with commit title parsing and enhanced debugging#17
marioarce merged 1 commit into
developfrom
feature/fix-cicd-pipeline

Conversation

@marioarce

Copy link
Copy Markdown
Owner
  • Simplified feature branch deletion trigger to only use push events to develop branch
  • Optimized branch name extraction to use commit title only instead of full commit message
  • Added comprehensive debugging logging for troubleshooting branch deletion issues
  • Enhanced branch name extraction with detailed pattern testing and logging
  • Added step-by-step pattern matching with numbered debug output and JSON serialization
  • Implemented validation checks to ensure only feature/ branches are deleted
  • Enhanced error handling with specific error messages for feature branch operations
  • Added detailed event logging including commit title extraction and processing
  • Improved push event handling with multiple regex pattern matching and validation
  • Simplified workflow logic while maintaining robust validation and error handling
  • Added pattern-by-pattern testing with match result logging for better troubleshooting
  • Optimized commit message parsing to focus on title line for more accurate pattern matching

- Modified branch name extraction to use only commit title (first line)
- Added commit title logging for better debugging visibility
- Updated pattern testing to focus on commit title instead of full message
- Improved regex matching accuracy by excluding commit body content
- Enhanced debugging output for commit title analysis
@marioarce marioarce self-assigned this Jun 2, 2026
@marioarce
marioarce merged commit 32e1d21 into develop Jun 2, 2026
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.

1 participant