InditexTech / gh-sherpa

Streamline branch and pull request creation for Jira or GitHub issues from command line
Apache License 2.0
48 stars 2 forks source link

List opened GitHub issues #83

Open jorgegarciarey opened 4 months ago

jorgegarciarey commented 4 months ago

Motivation

Our development team works with GitHub issues related to pull requests. We would like to have an available command in Sherpa for list the opened GitHub issues given a repository.

The command could be something like this:

gh sherpa create-pr --issue

If the user does not type a GitHub issue, then Sherpa will list the opened GitHub issues for the cloned repository.

Acceptance criteria