The new `glab mr note` doesn't allow creating a simple note anymore
After updating to `glab 1.93.0 (a38e633f)` and after commit https://gitlab.com/gitlab-org/cli/-/commit/f8f25b1560e5ef837b6608bf268aedd266b0d288, the behaviour of the glab cli changed when creating notes in MRs. Command | Description :--|:-- `glab mr note -m <message>` | (deprecated) creates a plain note on the branch's MR `glab mr note create -m <message>` | creates a note with an unresolved thread This adds extra steps for anyone using the cli for gitops flows (say adding a comment for Atlantis to run a Terraform plan). The ideal solution would be to keep original behaviour and add a `--thread` flag.
issue