Skip to content

Commit 114efa7

Browse files
authored
fix: remove disable-releaser and disable-autolabeler from action.yaml (#1564)
1 parent b23b6d2 commit 114efa7

3 files changed

Lines changed: 2 additions & 20 deletions

File tree

action.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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.

drafter/action.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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.

src/types/github.graphql.generated.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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. */

0 commit comments

Comments
 (0)