File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,16 +78,6 @@ inputs:
7878 A string that would be added after the template body.
7979 required : false
8080 default : ' '
81- disable-releaser :
82- description : |
83- A boolean indicating whether the releaser mode is disabled.
84- required : false
85- default : ' '
86- disable-autolabeler :
87- description : |
88- A boolean indicating whether the autolabeler mode is disabled.
89- required : false
90- default : ' '
9181 dry-run :
9282 description : |
9383 A boolean indicating whether to run without performing any write operations.
Original file line number Diff line number Diff line change @@ -78,16 +78,6 @@ inputs:
7878 A string that would be added after the template body.
7979 required : false
8080 default : ' '
81- disable-releaser :
82- description : |
83- A boolean indicating whether the releaser mode is disabled.
84- required : false
85- default : ' '
86- disable-autolabeler :
87- description : |
88- A boolean indicating whether the autolabeler mode is disabled.
89- required : false
90- default : ' '
9181 dry-run :
9282 description : |
9383 A boolean indicating whether to run without performing any write operations.
Original file line number Diff line number Diff line change @@ -10599,6 +10599,8 @@ export type IssueFieldSingleSelectValue = IssueFieldValueCommon & Node & {
1059910599 id: Scalars['ID']['output'];
1060010600 /** The option's name. */
1060110601 name: Scalars['String']['output'];
10602+ /** The selected option's global relay ID. */
10603+ optionId?: Maybe<Scalars['String']['output']>;
1060210604};
1060310605
1060410606/** Represents a text issue field. */
You can’t perform that action at this time.
0 commit comments