-
When I am syncing more than 60 repositories I am getting this error message
```
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation cod…
-
and add some inspiration projects:
- https://github.com/Clever/reposync
- https://github.com/clever/gitbot
- https://github.com/Clever/microplane
-
I tried assigning a an entire team as a reviewer when doing mp push but the PR had no reviewers. Is there a special syntax or something I need? Does microplane handle assigning a team as a reviewer? 🤔…
-
I see there is a [PR](https://github.com/Clever/microplane/pull/150) to allow empty commits during the plan phase, but when I try it out, it says `unknown flag: --allow-empty-commit`. This is the comm…
-
Hello 👋
Thank you for this awesome project! I'd love to contribute to this project, and one thing that has bugged me a little is that I have no way to choose which kind of merge I'd like.
I woul…
-
```
➜ a git:(master) ✗ mp init "org:15five"
2022/03/26 20:43:46 GET https://api.github.com/search/code?page=5&q=org%3A15five: 403 You have exceeded a secondary rate limit. Please wait a few minutes…
-
Hey,
Just trying MP, and noticed a bug, if two workflows are configured on a branch, and one is successful and one is skipped (because it doesn't apply in this case), when trying to merge you get t…
-
It seems that the list of repository returned by `init` in 0.0.27 and later is much shorter than before.
E.g.:
```
$ ~/Downloads/mp-0.0.26-linux-amd64 init --repo-search "org:clever language:Go"
A…
-
Hey y'all, my company has been using microplane with great success over the past couple of years and it's an amazing tool. However, due to business realities, the tool doesn't cover all of our use cas…
-
When using `mp push -a dnesting` with an enterprise GitLab, merge requests are created with no assignee, despite having an assignee in `mp status` output.