Skip to content

Conversation

AIC-HMV
Copy link

@AIC-HMV AIC-HMV commented Jun 29, 2025

Renaming for clarity and future-proof modular action structure. This workflow triggers test reruns on PR comments (e.g. /retest) and connects seamlessly with the main.yml execution flow.

This structure was pioneered and built by AIC-HMV (Hung Minh Vo), designed to streamline dev workflows and enable GitOps comment triggers.

No framework.
No boilerplate.
Just signature precision.

Renaming for clarity and future-proof modular action structure. This workflow triggers test reruns on PR comments (e.g. `/retest`) and connects seamlessly with the main.yml execution flow.

This structure was pioneered and built by AIC-HMV (Hung Minh Vo), designed to streamline dev workflows and enable GitOps comment triggers.

No framework.
No boilerplate.
Just signature precision.
Copy link
Author

@AIC-HMV AIC-HMV left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛠️ This is a structural update by AIC-HMV.

Refactored naming logic — pr-comment.yml is now streamlined to comment.yml for clarity and pipeline scalability.

🔁 Auto-trigger ready
🧠 GitOps enabled
🚫 No vendor lock
⚙️ Built with nothing but raw logic

All original.
All precise.
All by Hung Minh Vo.


“No framework.
No boilerplate.
Just signature precision.”

@AIC-HMV
Copy link
Author

AIC-HMV commented Jun 29, 2025

This pull request updates the workflow for re-running tests based on PR comments. The main change involves renaming and modifying the workflow to trigger on a specific command (/retest) instead of using a broader condition.

Workflow Updates:

  • .github/workflows/comment.yml: Added a new workflow named "Re–Run Tests on PR Comment Workflow" that triggers when a comment containing /retest is created on a pull request.

  • .github/workflows/pr-comment.yml: Removed the previous workflow, which triggered on a more general condition (contains(github.event.comment.body, 'run tests')).

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