Skip to content

ismaelgonval/gh-pr-from-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

GitHub CLI extension - pr-from-issue

Summary

Extension for GitHub CLI that generates pull requests from issues copying several attributes and linking them.

Requirements

  • GitHub CLI configured in your system. (version 2.0.0 or higher)
  • Bash (Supports Windows, Mac and Linux)

Install

You can install this extension just running this command from your terminal:

gh extension install ismaelgonval/gh-pr-from-issue

Usage

After installing this extension in the GitHub CLI client, you can get create a PR from an issue:

gh pr-from-issue [ISSUE_NUMBER]

This will open a new pull request from the current branch in draft mode with the same title and labels. It also adds a Closes #[ISSUE_NUMBER] directive in the description, this links the PR with the issue and closes it when merged.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages