Skip to content

Commit

Permalink
Merge pull request #1166 from acherkashin/gitlab_reviewers
Browse files Browse the repository at this point in the history
add reviewers and assignees fields for GitLab API
  • Loading branch information
orta committed Oct 18, 2021
2 parents debe457 + 22c07ac commit 6db972a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/dsl/GitLabDSL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ export interface GitLabMRBase {
}
/** Who was assigned as the person to review */
assignee?: GitLabUser
assignees: GitLabUser[]
/** Users who were added as reviewers to the MR */
reviewers: GitLabUser[]
source_project_id: number
target_project_id: number
labels: string[]
Expand Down

0 comments on commit 6db972a

Please sign in to comment.