ssube / cautious-journey

label manager and state machine for Github and Gitlab
MIT License
2 stars 1 forks source link

support for merge request labels #32

Open bzlibby opened 4 years ago

bzlibby commented 4 years ago
ssube commented 4 years ago

From https://docs.github.com/en/rest/reference/pulls:

Every pull request is an issue, but not every issue is a pull request. For this reason, "shared" actions for both features, like manipulating assignees, labels and milestones, are provided within the Issues API.

Given that, a sync-request command (Github and Gitlab differ on merge vs pull, but request is unambiguous) and some listRequest/getRequest methods on the Remote should be able to support this, using the same flags/states and logic as everywhere else.