gh-sherpa icon indicating copy to clipboard operation
gh-sherpa copied to clipboard

Streamline branch and pull request creation for Jira or GitHub issues from command line

Results 14 gh-sherpa issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies

### Motivation Currently we have a lot of functionality inside nested conditional flows, we should extract those and do early returns whenever possible.

kind/refactoring

### Detailed description When we try to create a PR or branch and the cli prompts us to select the type of branch, if we select the type **other**, instead...

kind/feature

### 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...

kind/feature

### Detailed description If you pass a Pull Request ID as the `--issue` flag, it will create another Pull Request. We should check if the given ID is from a...

kind/bug

### Motivation The current branch naming validation, which combines the GitHub project name with the branch name, often leads to branch names being unnecessarily short, particularly when the project name...

kind/feature

### Motivation Currently we have only one configuration file located in the user's home directory. A better approach would be to create a file hierarchy for each supported operating system,...

kind/feature

### Motivation Nowadays good security practices are recommended in open source projects, it should be interesting to get the OpenSFF Best Practices Badge, and they have a github action that...

kind/feature

### Motivation For ensure that some mandatory files are part of repository we can automate this with repolinter tool, this tool can be automated via github action ### Acceptance criteria...

kind/feature

### Motivation I don't see a public roadmap for gh-sherpa, isn't bad but having a public roadmap is useful to know what we can expect in new release, when a...

kind/feature