Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>PR Automation RunnerNew to Visual Studio Code? Get it now.
PR Automation Runner

PR Automation Runner

VALENTINA

|
40 installs
| (0) | Free
Runs main.py from VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. Open a workspace that contains your main.py script.
  2. Press Ctrl+Shift+P (or View → Command Palette…).
  3. Search for Run PR Automation Script.
  4. 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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft