danger 11.2.2 → 11.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -517,7 +517,7 @@ export declare const createOrUpdatePR: (pr: GitHubPRDSL | undefined, api: GitHub
|
|
|
517
517
|
href: string;
|
|
518
518
|
};
|
|
519
519
|
};
|
|
520
|
-
author_association: "COLLABORATOR" | "CONTRIBUTOR" | "FIRST_TIMER" | "FIRST_TIME_CONTRIBUTOR" | "
|
|
520
|
+
author_association: "COLLABORATOR" | "CONTRIBUTOR" | "FIRST_TIMER" | "FIRST_TIME_CONTRIBUTOR" | "MEMBER" | "NONE" | "OWNER" | "MANNEQUIN";
|
|
521
521
|
auto_merge: {
|
|
522
522
|
enabled_by: {
|
|
523
523
|
name?: string | null | undefined;
|
|
@@ -581,7 +581,7 @@ export declare const createOrUpdatePR: (pr: GitHubPRDSL | undefined, api: GitHub
|
|
|
581
581
|
additions: number;
|
|
582
582
|
deletions: number;
|
|
583
583
|
changed_files: number;
|
|
584
|
-
},
|
|
584
|
+
}, 200> | import("@octokit/plugin-paginate-rest/dist-types/types").OctokitResponse<{
|
|
585
585
|
url: string;
|
|
586
586
|
id: number;
|
|
587
587
|
node_id: string;
|
|
@@ -1069,7 +1069,7 @@ export declare const createOrUpdatePR: (pr: GitHubPRDSL | undefined, api: GitHub
|
|
|
1069
1069
|
href: string;
|
|
1070
1070
|
};
|
|
1071
1071
|
};
|
|
1072
|
-
author_association: "COLLABORATOR" | "CONTRIBUTOR" | "FIRST_TIMER" | "FIRST_TIME_CONTRIBUTOR" | "
|
|
1072
|
+
author_association: "COLLABORATOR" | "CONTRIBUTOR" | "FIRST_TIMER" | "FIRST_TIME_CONTRIBUTOR" | "MEMBER" | "NONE" | "OWNER" | "MANNEQUIN";
|
|
1073
1073
|
auto_merge: {
|
|
1074
1074
|
enabled_by: {
|
|
1075
1075
|
name?: string | null | undefined;
|
|
@@ -1133,7 +1133,7 @@ export declare const createOrUpdatePR: (pr: GitHubPRDSL | undefined, api: GitHub
|
|
|
1133
1133
|
additions: number;
|
|
1134
1134
|
deletions: number;
|
|
1135
1135
|
changed_files: number;
|
|
1136
|
-
},
|
|
1136
|
+
}, 201>>;
|
|
1137
1137
|
export declare const createOrAddLabel: (pr: GitHubPRDSL | undefined, api: GitHub) => (labelConfig: {
|
|
1138
1138
|
name: string;
|
|
1139
1139
|
color: string;
|