Fix missing GitHub Action runner script for v1.2.0 release#11
Merged
Conversation
Co-authored-by: ELMOURABEA <189882272+ELMOURABEA@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Check and fix issues before releasing v1.2.0
Fix missing GitHub Action runner script for v1.2.0 release
Nov 8, 2025
ELMOURABEA
approved these changes
Nov 8, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a GitHub Action runner script that orchestrates MEGAGENT execution by handling action inputs and providing a command-line interface for the bot's query, research, and workflow operations.
- Implements a Python script (
run_action.py) to serve as the entry point for the GitHub Action - Provides command-line argument parsing for mode, prompt, depth, and workflow-name parameters
- Handles GitHub Actions output formatting for result, platforms-used, and synthesis
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ELMOURABEA
approved these changes
Nov 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
action.ymlreferencedscripts/run_action.pywhich didn't exist, breaking GitHub Action execution.Added the missing runner script that orchestrates MEGAGENT action invocations. Script handles all three operation modes (query, research, workflow), processes GitHub Actions inputs/outputs, and manages configuration loading.
Fixes #(check-fix-and-release-v1-2-0)
Type of Change
How Has This Been Tested?
Test Configuration:
Checklist
Screenshots (if applicable)
N/A - Backend script, no UI changes
Additional Notes
Repository now fully ready for v1.2.0 release and GitHub Marketplace publication. All pre-release validations complete.
Breaking Changes
None - adds missing functionality only.
Dependencies
No new dependencies.
Reviewer Notes
Focus on
scripts/run_action.pyerror handling and GitHub Actions output formatting (GITHUB_OUTPUTenvironment file usage vs legacy::set-output).Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.