Hariharan
Hariharan
### Description: This PR adds a `validate` command to allow config validation as specified in #736. ### Checklist: * [x] Does your PR pass tests? * [x] Have you written...
This PR adds a `--no-assignee` flag to issue command to allow fetching unassigned issues. ### Example usage ``` hub issue --no-assignee ```
Add dot
> Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks! **Please provide package links to:** - repo link (github.com, gitlab.com,...
This PR adds support for self-hosted GitLab instances.  Fixes: #1161 #1155 #1146
This change allows running mergestat without privileged mode. Fixes #1075
When trying to pause / edit the mirror, the mirror page does not open. Looking at the requests, there is one request to `/api/v1/mirrors/status` that returns a `429` with the...