Skip to content

Automatically update code repositories with PRs based on task descriptions from task management tools

License

Notifications You must be signed in to change notification settings

vignirvignir/ai-pr-man

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI PR Manager

Automatically update code repositories with pull requests based on task descriptions from task management tools.

Project Initialization

Create a Virtual Environment

To create a virtual environment named env, run the following command:

python3 -m venv env

Activate the Virtual Environment

For Unix-based systems, use:

source env/bin/activate

For Windows systems, use:

.\env\Scripts\activate

Install Dependencies

Once the virtual environment is activated, install the required dependencies:

pip install anthropic

About

Automatically update code repositories with PRs based on task descriptions from task management tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published