PR Automation Runner
A Visual Studio Code extension that runs a Python script (main.py ) to automate pull request creation and related tasks directly from your editor.
Features
- Executes
main.py in your current workspace.
- Passes the workspace path and optionally the currently active file as arguments.
- Displays script output inside VS Code notifications.
- Useful for automating GitHub PR workflows without leaving the editor.
Usage
- Open a workspace that contains your
main.py script.
- Press
Ctrl+Shift+P (or View → Command Palette… ).
- Search for Run PR Automation Script.
- The script will run and display its output.
Requirements
- Python 3.8+ installed and available in your system PATH.
- Your
main.py script located in the workspace.
- Any required dependencies for
main.py installed (e.g., requests ).
Extension Settings
This extension contributes the following command:
pr-aut.runMainPy : Runs the PR Automation Python script.
Known Issues
- Currently tested only on workspaces where
main.py is at the root.
- Script execution time may vary depending on network/API calls.
Release Notes
0.0.1
- Initial release: Run PR Automation script from VS Code.
Author: VALENTINA
License: HTC
| |