Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra merge status values #32

Merged
merged 1 commit into from
Jan 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion cli/lab.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $ ./lab.exe api "https://gitlab.com/api/v4/users?username=tmcgilchrist"
[
{
"id": 490393,
"name": "Tim McGilchrist",
"username": "tmcgilchrist",
"name": "Tim McGilchrist",
"state": "active",
"avatar_url":
"https://secure.gravatar.com/avatar/67afd2b4c98c9befd18c19f0ee9d94dc?s=80&d=identicon",
Expand All @@ -35,6 +35,7 @@ $ GITLAB_DEBUG=true ./lab.exe user-projects --owner 490393
>>> GitLab: Requesting https://gitlab.com/api/v4/users/490393/projects
>>> GitLab: Response code 200 OK

tezos
ocaml-changes
ocaml-gitlab
freer
Expand Down
1 change: 1 addition & 0 deletions lib/gitlab.atd
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ type merge_status = [
| CanBeMerged <json name="can_be_merged">
| CannotBeMerged <json name="cannot_be_merged">
| CannotBeMergedRecheck <json name="cannot_be_merged_recheck">
| Preparing <json name="preparing">
]

type milestone_state = [
Expand Down