File tree 3 files changed +11
-14
lines changed
3 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " danger" ,
3
- "version" : " 11.1.3 " ,
3
+ "version" : " 11.1.4 " ,
4
4
"description" : " Unit tests for Team Culture" ,
5
5
"main" : " distribution/danger.js" ,
6
6
"typings" : " distribution/danger.d.ts" ,
Original file line number Diff line number Diff line change @@ -135959,6 +135959,10 @@
135959
135959
"description": "The number of deleted lines in the PR",
135960
135960
"type": "number"
135961
135961
},
135962
+ "draft": {
135963
+ "description": "Is in draft state?",
135964
+ "type": "boolean"
135965
+ },
135962
135966
"head": {
135963
135967
"$ref": "#/definitions/GitHubMergeRef",
135964
135968
"description": "Merge reference for the _other_ repo."
Original file line number Diff line number Diff line change @@ -1228,6 +1228,11 @@ interface GitHubPRDSL {
1228
1228
*/
1229
1229
assignees : GitHubUser [ ]
1230
1230
1231
+ /**
1232
+ * Is in draft state?
1233
+ */
1234
+ draft : boolean
1235
+
1231
1236
/**
1232
1237
* Has the PR been merged yet?
1233
1238
*/
@@ -1453,6 +1458,7 @@ interface GitHubReviewers {
1453
1458
/** Teams that have been requested */
1454
1459
teams : any [ ]
1455
1460
}
1461
+
1456
1462
// TODO: extract out from BitBucket specifically, or create our own type
1457
1463
1458
1464
// getPlatformReviewDSLRepresentation
@@ -1698,19 +1704,6 @@ interface GitLabMRCommit {
1698
1704
committed_date : string
1699
1705
}
1700
1706
1701
- interface GitLabRepositoryFile {
1702
- file_name : string
1703
- file_path : string
1704
- size : number
1705
- encoding : "base64"
1706
- content : string
1707
- content_sha256 : string
1708
- ref : string
1709
- blob_id : string
1710
- commit_id : string
1711
- last_commit_id : string
1712
- }
1713
-
1714
1707
interface GitLabCommit {
1715
1708
id : string
1716
1709
short_id : string
You can’t perform that action at this time.
0 commit comments