Skip to content

jphamtv/create-issues-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Quick Issue Creation Script

  1. Install the GitHub CLI (gh) by following the instructions at https://cli.github.com.
  2. Authenticate with GitHub using the command:
gh auth login
  1. Save the code to a file named create-multiple-issues.py.
  2. Replace repo on line 6 in the code with your own GitHub username and repository:
repo = "your-username/your-repository"
  1. Open a terminal or command prompt, navigate to the directory where you saved the file, and run the following command:
python create-multiple-issues.py

The script will execute and create the specified issues in your repository using the GitHub CLI.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages