Skip to content

it-harrison/ticket-body-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ticket-body-update

Code to update the body of Gov Team CC Request Tickets

To run:

  • make sure you have python installed
  • update the .env file with your personal GH Token
  • create a virtual environment in the project root: python3 -m venv venv
  • activate the virtual environment:
    • Mac: source venv/bin/activate
    • Windows: .\venv\Scripts\activate
  • you will see (venv) in your terminal. Then install packages: pip install -r requirements.txt
  • from root directory, python3 main.py

About

Code to update the body of Gov Team CC Request Tickets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages