1 parent da344f2 commit 8a27ba0Copy full SHA for 8a27ba0
1 file changed
src/workflow-types.ts
@@ -100,11 +100,7 @@ export interface IssuesTrigger {
100
/**
101
* @see https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#issue_comment
102
*/
103
-export type IssueCommentType =
104
- | "created"
105
- | "edited"
106
- | "deleted"
107
- | (string & {});
+export type IssueCommentType = "created" | "edited" | "deleted" | (string & {});
108
109
export interface IssueCommentTrigger {
110
types?: IssueCommentType[];
0 commit comments