gomerge icon indicating copy to clipboard operation
gomerge copied to clipboard

Gomerge is a tool which allows you to quickly bulk merge, approve and close several pull requests from your terminal. :star2:

Results 14 gomerge issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.12.0 to 0.16.0. Commits 39adbb7 go.mod: update golang.org/x dependencies 4ce7bbb google: add Credentials.GetUniverseDomain with GCE MDS support 1e6999b google: add UniverseDomain to CredentialsParams 6e9ec93 go.mod: update golang.org/x...

dependencies

This helps out on private repos that do not have a way to put branch restrictions but still want to use this tool to safely merge them.

Add a flag or combination to approve and merge in the same command. Feels kind of dirty to force merge in a repository where approvals are required.

enhancement

Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.14.0 to 1.18.2. Release notes Sourced from github.com/spf13/viper's releases. v1.18.2 tl;dr Skip 1.18.0 and 1.18.1 and upgrade to this version instead. This release fixes a regression that...

dependencies

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.1 to 1.8.0. Release notes Sourced from github.com/spf13/cobra's releases. v1.8.0 ✨ Features Support usage as plugin for tools like kubectl by @​nirs in spf13/cobra#2018 - this means...

dependencies

Bumps [github.com/AlecAivazis/survey/v2](https://github.com/AlecAivazis/survey) from 2.3.6 to 2.3.7. Commits fa37277 Respect NO_COLOR, CLICOLOR, and CLICOLOR_FORCE environment (#475) 82a5fab Resolve misc. lint violations and formatting issues (#471) f0d409e Bump golang.org/x/text for security fix...

dependencies

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.4. Commits f97607b Create GitHub release when new release tag is pushed (#1354) 4c93d8f EqualExportedValues: Handle nested pointer, slice and map fields (#1379) 4b2f4d2 add...

dependencies

As a developer, I want to be able to bulk approve dependabot PRs and only how those PRs in the list for approval

enhancement
user-request

We should have a github workflow file that bumps the version tag for git and pushes it to trigger the release workflow. This therefore necessitates the need for a version...

enhancement
good first issue