Skip to content

refactor(issue-to-md): modularize script and fix event output handling#153

Merged
doganulus merged 6 commits intobouncmpe:mainfrom
gokceuludogan:bugfix/150-issue-to-md-problems
Oct 10, 2025
Merged

refactor(issue-to-md): modularize script and fix event output handling#153
doganulus merged 6 commits intobouncmpe:mainfrom
gokceuludogan:bugfix/150-issue-to-md-problems

Conversation

@gokceuludogan
Copy link
Contributor

This PR restructures the issue-to-md automation script and associated files to improve modularity, maintainability, and debugging. It also fixes several existing issues:

  • Date mismatch in event output markdown files.
  • Directory naming mismatch in event output directories.
  • Unintended triggers: the workflow previously ran for all issues, not just template-based ones.

Implementation Details

Issues are now labeled with auto-md via the workflow, and jobs are gated on this label.
This ensures that only relevant issues are tracked and processed by the automation.

@gokceuludogan gokceuludogan self-assigned this Oct 9, 2025
@gokceuludogan gokceuludogan linked an issue Oct 9, 2025 that may be closed by this pull request
@doganulus doganulus merged commit 3e39a7a into bouncmpe:main Oct 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix issues in issue-to-md feature

2 participants