Skip to content

Commit

Permalink
Release 10.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Nov 3, 2021
1 parent 2e2f5e2 commit ca792af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "danger",
"version": "10.7.0",
"version": "10.7.1",
"description": "Unit tests for Team Culture",
"main": "distribution/danger.js",
"typings": "distribution/danger.d.ts",
Expand Down
3 changes: 3 additions & 0 deletions source/danger.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1540,6 +1540,9 @@ 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 ca792af

Please sign in to comment.