maiao icon indicating copy to clipboard operation
maiao copied to clipboard

Seamless GitHub PR management from the command-line

Results 11 maiao issues
Sort by recently updated
recently updated
newest added

Background ===== People may use Maiao for [Github Enterprise][ghe] and github.com. Problem ===== Currently, the burden of changing the `GITHUB_TOKEN` environment variable is on the user. If the user doesn't...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.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
go

Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.18.0 to 0.19.0. Commits d0e617c google: add Credentials.UniverseDomainProvider 3c9c1f6 oauth2/google: fix the logic of sts 0 value of expires_in 5a05c65 oauth2/google: fix remove content-type header from idms...

dependencies
go

Bumps [github.com/cli/go-gh/v2](https://github.com/cli/go-gh) from 2.6.0 to 2.8.0. Release notes Sourced from github.com/cli/go-gh/v2's releases. v2.8.0 What's Changed jq: bump up gojq, better query parse error, handle halt error gracefully by @​itchyny in...

dependencies
go

Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.16.0 to 0.17.0. Commits aa51b25 modfile: do not collapse if there are unattached comments within blocks 87140ec sumdb/tlog: make NewTiles only generate strictly necessary tiles 18d3f56 modfile:...

dependencies
go

Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.11.0 to 5.12.0. Release notes Sourced from github.com/go-git/go-git/v5's releases. v5.12.0 What's Changed git: Worktree.AddWithOptions: add skipStatus option when providing a specific path by @​moranCohen26 in go-git/go-git#994 git:...

dependencies
go

Continued from an Adevinta-internal Slack discussion: https://adevinta.slack.com/archives/C018Q6DJNCD/p1700139366823739 Problem description: When running `maiao` inside a `yarn`-based repository with pre-commit and pre-push hooks from `husky`, it fails with the following error: `fatal:...

It would be nice if a commit/branch could stay untouched if there are no changes to it. **Current behavior** Whenever `git review` is run, there is a force-push for all...

In my development workflow, I often create commits encompassing refactoring, fixes, and other changes unrelated to new features. It's crucial that these changes are not hindered. While one workaround involves...