We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2f5e2 commit ca792afCopy full SHA for ca792af
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "danger",
3
- "version": "10.7.0",
+ "version": "10.7.1",
4
"description": "Unit tests for Team Culture",
5
"main": "distribution/danger.js",
6
"typings": "distribution/danger.d.ts",
source/danger.d.ts
@@ -1540,6 +1540,9 @@ interface GitLabMRBase {
1540
}
1541
/** Who was assigned as the person to review */
1542
assignee?: GitLabUser
1543
+ assignees: GitLabUser[]
1544
+ /** Users who were added as reviewers to the MR */
1545
+ reviewers: GitLabUser[]
1546
source_project_id: number
1547
target_project_id: number
1548
labels: string[]
0 commit comments