typescript-github-action-template 0.2.11 → 0.2.12
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/dist/__graphql__/graphql.d.ts +0 -222
- package/package.json +2 -2
|
@@ -1032,12 +1032,6 @@ export type ConvertPullRequestToDraftInput = {
|
|
|
1032
1032
|
/** ID of the pull request to convert to draft */
|
|
1033
1033
|
pullRequestId: Scalars['ID']['input'];
|
|
1034
1034
|
};
|
|
1035
|
-
/** The type of the activity that was performed. */
|
|
1036
|
-
export type CopilotLimitedFeature =
|
|
1037
|
-
/** Copilot Chat. */
|
|
1038
|
-
'CHAT'
|
|
1039
|
-
/** Copilot IDE completions. */
|
|
1040
|
-
| 'COMPLETIONS';
|
|
1041
1035
|
/** Autogenerated input type of CopyProjectV2 */
|
|
1042
1036
|
export type CopyProjectV2Input = {
|
|
1043
1037
|
/** A unique identifier for the client performing the mutation. */
|
|
@@ -1485,13 +1479,6 @@ export type CreateRepositoryRulesetInput = {
|
|
|
1485
1479
|
/** The target of the ruleset. */
|
|
1486
1480
|
target?: InputMaybe<RepositoryRulesetTarget>;
|
|
1487
1481
|
};
|
|
1488
|
-
/** Autogenerated input type of CreateSavedNotificationThread */
|
|
1489
|
-
export type CreateSavedNotificationThreadInput = {
|
|
1490
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1491
|
-
clientMutationId?: InputMaybe<Scalars['String']['input']>;
|
|
1492
|
-
/** The notification thread's id. */
|
|
1493
|
-
id: Scalars['ID']['input'];
|
|
1494
|
-
};
|
|
1495
1482
|
/** Autogenerated input type of CreateSponsorsListing */
|
|
1496
1483
|
export type CreateSponsorsListingInput = {
|
|
1497
1484
|
/**
|
|
@@ -1927,13 +1914,6 @@ export type DeleteRepositoryRulesetInput = {
|
|
|
1927
1914
|
/** The global relay id of the repository ruleset to be deleted. */
|
|
1928
1915
|
repositoryRulesetId: Scalars['ID']['input'];
|
|
1929
1916
|
};
|
|
1930
|
-
/** Autogenerated input type of DeleteSavedNotificationThread */
|
|
1931
|
-
export type DeleteSavedNotificationThreadInput = {
|
|
1932
|
-
/** A unique identifier for the client performing the mutation. */
|
|
1933
|
-
clientMutationId?: InputMaybe<Scalars['String']['input']>;
|
|
1934
|
-
/** The saved notification thread's id. */
|
|
1935
|
-
id: Scalars['ID']['input'];
|
|
1936
|
-
};
|
|
1937
1917
|
/** Autogenerated input type of DeleteTeamDiscussionComment */
|
|
1938
1918
|
export type DeleteTeamDiscussionCommentInput = {
|
|
1939
1919
|
/** A unique identifier for the client performing the mutation. */
|
|
@@ -2107,12 +2087,6 @@ export type DiscussionPollOptionOrderField =
|
|
|
2107
2087
|
'AUTHORED_ORDER'
|
|
2108
2088
|
/** Order poll options by the number of votes it has. */
|
|
2109
2089
|
| 'VOTE_COUNT';
|
|
2110
|
-
/** The possible PubSub channels for an discussion. */
|
|
2111
|
-
export type DiscussionPubSubTopic =
|
|
2112
|
-
/** The channel ID for updating items on the discussion timeline. */
|
|
2113
|
-
'TIMELINE'
|
|
2114
|
-
/** The channel ID for observing discussion updates. */
|
|
2115
|
-
| 'UPDATED';
|
|
2116
2090
|
/** The possible states of a discussion. */
|
|
2117
2091
|
export type DiscussionState =
|
|
2118
2092
|
/** A discussion that has been closed */
|
|
@@ -2855,16 +2829,6 @@ export type IssueOrderField =
|
|
|
2855
2829
|
| 'CREATED_AT'
|
|
2856
2830
|
/** Order issues by update time */
|
|
2857
2831
|
| 'UPDATED_AT';
|
|
2858
|
-
/** The possible PubSub channels for an issue. */
|
|
2859
|
-
export type IssuePubSubTopic =
|
|
2860
|
-
/** The channel ID for observing issue close references. */
|
|
2861
|
-
'CLOSE_REFERENCES'
|
|
2862
|
-
/** The channel ID for observing issue state updates. */
|
|
2863
|
-
| 'STATE'
|
|
2864
|
-
/** The channel ID for updating items on the issue timeline. */
|
|
2865
|
-
| 'TIMELINE'
|
|
2866
|
-
/** The channel ID for observing issue updates. */
|
|
2867
|
-
| 'UPDATED';
|
|
2868
2832
|
/** The possible states of an issue. */
|
|
2869
2833
|
export type IssueState =
|
|
2870
2834
|
/** An issue that has been closed */
|
|
@@ -3039,15 +3003,6 @@ export type MannequinOrderField =
|
|
|
3039
3003
|
'CREATED_AT'
|
|
3040
3004
|
/** Order mannequins alphabetically by their source login. */
|
|
3041
3005
|
| 'LOGIN';
|
|
3042
|
-
/** Autogenerated input type of MarkAllNotifications */
|
|
3043
|
-
export type MarkAllNotificationsInput = {
|
|
3044
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3045
|
-
clientMutationId?: InputMaybe<Scalars['String']['input']>;
|
|
3046
|
-
/** Filter used to mark all specific notifications. */
|
|
3047
|
-
query: Scalars['String']['input'];
|
|
3048
|
-
/** The new state for the notification. */
|
|
3049
|
-
state: NotificationStatus;
|
|
3050
|
-
};
|
|
3051
3006
|
/** Autogenerated input type of MarkDiscussionCommentAsAnswer */
|
|
3052
3007
|
export type MarkDiscussionCommentAsAnswerInput = {
|
|
3053
3008
|
/** A unique identifier for the client performing the mutation. */
|
|
@@ -3064,69 +3019,6 @@ export type MarkFileAsViewedInput = {
|
|
|
3064
3019
|
/** The Node ID of the pull request. */
|
|
3065
3020
|
pullRequestId: Scalars['ID']['input'];
|
|
3066
3021
|
};
|
|
3067
|
-
/** Autogenerated input type of MarkNotificationAsDone */
|
|
3068
|
-
export type MarkNotificationAsDoneInput = {
|
|
3069
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3070
|
-
clientMutationId?: InputMaybe<Scalars['String']['input']>;
|
|
3071
|
-
/** The NotificationThread id. */
|
|
3072
|
-
id: Scalars['ID']['input'];
|
|
3073
|
-
};
|
|
3074
|
-
/** Autogenerated input type of MarkNotificationAsRead */
|
|
3075
|
-
export type MarkNotificationAsReadInput = {
|
|
3076
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3077
|
-
clientMutationId?: InputMaybe<Scalars['String']['input']>;
|
|
3078
|
-
/** The NotificationThread id. */
|
|
3079
|
-
id: Scalars['ID']['input'];
|
|
3080
|
-
};
|
|
3081
|
-
/** Autogenerated input type of MarkNotificationAsUndone */
|
|
3082
|
-
export type MarkNotificationAsUndoneInput = {
|
|
3083
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3084
|
-
clientMutationId?: InputMaybe<Scalars['String']['input']>;
|
|
3085
|
-
/** The NotificationThread id. */
|
|
3086
|
-
id: Scalars['ID']['input'];
|
|
3087
|
-
};
|
|
3088
|
-
/** Autogenerated input type of MarkNotificationAsUnread */
|
|
3089
|
-
export type MarkNotificationAsUnreadInput = {
|
|
3090
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3091
|
-
clientMutationId?: InputMaybe<Scalars['String']['input']>;
|
|
3092
|
-
/** The NotificationThread id. */
|
|
3093
|
-
id: Scalars['ID']['input'];
|
|
3094
|
-
};
|
|
3095
|
-
/** Autogenerated input type of MarkNotificationSubjectAsRead */
|
|
3096
|
-
export type MarkNotificationSubjectAsReadInput = {
|
|
3097
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3098
|
-
clientMutationId?: InputMaybe<Scalars['String']['input']>;
|
|
3099
|
-
/** The id of the notification subject to mark as read. */
|
|
3100
|
-
subjectId: Scalars['ID']['input'];
|
|
3101
|
-
};
|
|
3102
|
-
/** Autogenerated input type of MarkNotificationsAsDone */
|
|
3103
|
-
export type MarkNotificationsAsDoneInput = {
|
|
3104
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3105
|
-
clientMutationId?: InputMaybe<Scalars['String']['input']>;
|
|
3106
|
-
/** The NotificationThread IDs that will be marked as done. */
|
|
3107
|
-
ids: Array<Scalars['ID']['input']>;
|
|
3108
|
-
};
|
|
3109
|
-
/** Autogenerated input type of MarkNotificationsAsRead */
|
|
3110
|
-
export type MarkNotificationsAsReadInput = {
|
|
3111
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3112
|
-
clientMutationId?: InputMaybe<Scalars['String']['input']>;
|
|
3113
|
-
/** The NotificationThread IDs that will be marked as read. */
|
|
3114
|
-
ids: Array<Scalars['ID']['input']>;
|
|
3115
|
-
};
|
|
3116
|
-
/** Autogenerated input type of MarkNotificationsAsUndone */
|
|
3117
|
-
export type MarkNotificationsAsUndoneInput = {
|
|
3118
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3119
|
-
clientMutationId?: InputMaybe<Scalars['String']['input']>;
|
|
3120
|
-
/** The NotificationThread IDs to be marked as undone. */
|
|
3121
|
-
ids: Array<Scalars['ID']['input']>;
|
|
3122
|
-
};
|
|
3123
|
-
/** Autogenerated input type of MarkNotificationsAsUnread */
|
|
3124
|
-
export type MarkNotificationsAsUnreadInput = {
|
|
3125
|
-
/** A unique identifier for the client performing the mutation. */
|
|
3126
|
-
clientMutationId?: InputMaybe<Scalars['String']['input']>;
|
|
3127
|
-
/** The NotificationThread IDs that will be marked as unread. */
|
|
3128
|
-
ids: Array<Scalars['ID']['input']>;
|
|
3129
|
-
};
|
|
3130
3022
|
/** Autogenerated input type of MarkProjectV2AsTemplate */
|
|
3131
3023
|
export type MarkProjectV2AsTemplateInput = {
|
|
3132
3024
|
/** A unique identifier for the client performing the mutation. */
|
|
@@ -3366,85 +3258,12 @@ export type MoveProjectColumnInput = {
|
|
|
3366
3258
|
/** The id of the column to move. */
|
|
3367
3259
|
columnId: Scalars['ID']['input'];
|
|
3368
3260
|
};
|
|
3369
|
-
/** The reason you received a notification about a subject. */
|
|
3370
|
-
export type NotificationReason =
|
|
3371
|
-
/** You were requested for review for deployment. */
|
|
3372
|
-
'APPROVAL_REQUESTED'
|
|
3373
|
-
/** You were assigned to the Issue/PR. */
|
|
3374
|
-
| 'ASSIGN'
|
|
3375
|
-
/** You created the thread. */
|
|
3376
|
-
| 'AUTHOR'
|
|
3377
|
-
/** You are subscribed to continuous integration activity. */
|
|
3378
|
-
| 'CI_ACTIVITY'
|
|
3379
|
-
/** You commented on the thread. */
|
|
3380
|
-
| 'COMMENT'
|
|
3381
|
-
/** You accepted an invitation to contribute to the repository. */
|
|
3382
|
-
| 'INVITATION'
|
|
3383
|
-
/** You subscribed to the thread (via an Issue or Pull Request). */
|
|
3384
|
-
| 'MANUAL'
|
|
3385
|
-
/** New requests from members. */
|
|
3386
|
-
| 'MEMBER_FEATURE_REQUESTED'
|
|
3387
|
-
/** You were specifically @mentioned in the content. */
|
|
3388
|
-
| 'MENTION'
|
|
3389
|
-
/** A pull request you're subscribed to was marked ready for review. */
|
|
3390
|
-
| 'READY_FOR_REVIEW'
|
|
3391
|
-
/** You were requested for review. */
|
|
3392
|
-
| 'REVIEW_REQUESTED'
|
|
3393
|
-
/** You saved this notification */
|
|
3394
|
-
| 'SAVED'
|
|
3395
|
-
/** You were given credit for contributing to a Security Advisory. */
|
|
3396
|
-
| 'SECURITY_ADVISORY_CREDIT'
|
|
3397
|
-
/** You have access to the notification subject's Dependabot alerts. */
|
|
3398
|
-
| 'SECURITY_ALERT'
|
|
3399
|
-
/** You changed the thread state (for example, closing an Issue or merging a Pull Request). */
|
|
3400
|
-
| 'STATE_CHANGE'
|
|
3401
|
-
/** You are watching the subject of the notification. */
|
|
3402
|
-
| 'SUBSCRIBED'
|
|
3403
|
-
/** You were on a team that was mentioned. */
|
|
3404
|
-
| 'TEAM_MENTION';
|
|
3405
3261
|
/** The possible values for the notification restriction setting. */
|
|
3406
3262
|
export type NotificationRestrictionSettingValue =
|
|
3407
3263
|
/** The setting is disabled for the owner. */
|
|
3408
3264
|
'DISABLED'
|
|
3409
3265
|
/** The setting is enabled for the owner. */
|
|
3410
3266
|
| 'ENABLED';
|
|
3411
|
-
/** The possible states of a notification. */
|
|
3412
|
-
export type NotificationStatus =
|
|
3413
|
-
/** A notification is archived */
|
|
3414
|
-
'ARCHIVED'
|
|
3415
|
-
/** A notification is done */
|
|
3416
|
-
| 'DONE'
|
|
3417
|
-
/** A notification is read */
|
|
3418
|
-
| 'READ'
|
|
3419
|
-
/** A notification is unread */
|
|
3420
|
-
| 'UNREAD';
|
|
3421
|
-
/** Ways in which to filter lists of notification threads. */
|
|
3422
|
-
export type NotificationThreadFilters = {
|
|
3423
|
-
/** Only return notification threads where the list is in the given list */
|
|
3424
|
-
listIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
3425
|
-
/** Only return notification threads where the reason is in the list */
|
|
3426
|
-
reasons?: InputMaybe<Array<NotificationReason>>;
|
|
3427
|
-
/** Only return saved notifications. All other filters will be ignored. */
|
|
3428
|
-
savedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3429
|
-
/** Only return starred notifications. All other filters will be ignored. */
|
|
3430
|
-
starredOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3431
|
-
/** Only return notifications where the status is in the list. */
|
|
3432
|
-
statuses?: InputMaybe<Array<NotificationStatus>>;
|
|
3433
|
-
/** Only return matching thread types */
|
|
3434
|
-
threadTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
3435
|
-
};
|
|
3436
|
-
/** The possible subscription states of a notification thread. */
|
|
3437
|
-
export type NotificationThreadSubscriptionState =
|
|
3438
|
-
/** The thread's list is ignored. */
|
|
3439
|
-
'LIST_IGNORED'
|
|
3440
|
-
/** The thread's list is subscribed to. */
|
|
3441
|
-
| 'LIST_SUBSCRIBED'
|
|
3442
|
-
/** The thread is subscribed to. */
|
|
3443
|
-
| 'THREAD_SUBSCRIBED'
|
|
3444
|
-
/** The thread's type is subscribed to. */
|
|
3445
|
-
| 'THREAD_TYPE_SUBSCRIBED'
|
|
3446
|
-
/** The thread is not subscribed to. */
|
|
3447
|
-
| 'UNSUBSCRIBED';
|
|
3448
3267
|
/** The OIDC identity provider type */
|
|
3449
3268
|
export type OidcProviderType =
|
|
3450
3269
|
/** Azure Active Directory */
|
|
@@ -4193,34 +4012,6 @@ export type PullRequestParametersInput = {
|
|
|
4193
4012
|
/** All conversations on code must be resolved before a pull request can be merged. */
|
|
4194
4013
|
requiredReviewThreadResolution: Scalars['Boolean']['input'];
|
|
4195
4014
|
};
|
|
4196
|
-
/** The possible PubSub channels for a pull request. */
|
|
4197
|
-
export type PullRequestPubSubTopic =
|
|
4198
|
-
/** The channel ID for observing base ref updates. */
|
|
4199
|
-
'BASE_REF'
|
|
4200
|
-
/** The channel ID for observing head commit updates. */
|
|
4201
|
-
| 'COMMIT_HEAD_SHA'
|
|
4202
|
-
/** The channel ID for observing pull request deployed updates. */
|
|
4203
|
-
| 'DEPLOYED'
|
|
4204
|
-
/** The channel ID for observing pull request git merge state updates. */
|
|
4205
|
-
| 'GIT_MERGE_STATE'
|
|
4206
|
-
/** The channel ID for observing head ref updates. */
|
|
4207
|
-
| 'HEAD_REF'
|
|
4208
|
-
/** The channel ID for observing pull request mergeability with HEAD or base branch. */
|
|
4209
|
-
| 'MERGEABILITY'
|
|
4210
|
-
/** The channel ID for observing pull request merge queue entry updates. */
|
|
4211
|
-
| 'MERGE_QUEUE'
|
|
4212
|
-
/** The channel ID for observing pull request user presence updates. */
|
|
4213
|
-
| 'PRESENCE'
|
|
4214
|
-
/** The channel ID for observing pull request review state updates. */
|
|
4215
|
-
| 'REVIEW_STATE'
|
|
4216
|
-
/** The channel ID for observing pull request state updates. */
|
|
4217
|
-
| 'STATE'
|
|
4218
|
-
/** The channel ID for updating items on the pull request timeline. */
|
|
4219
|
-
| 'TIMELINE'
|
|
4220
|
-
/** The channel ID for observing pull request updates. */
|
|
4221
|
-
| 'UPDATED'
|
|
4222
|
-
/** The channel ID for observing pull request workflow run updates. */
|
|
4223
|
-
| 'WORKFLOWS';
|
|
4224
4015
|
/** The possible states of a pull request review comment. */
|
|
4225
4016
|
export type PullRequestReviewCommentState =
|
|
4226
4017
|
/** A comment that is part of a pending review */
|
|
@@ -6454,13 +6245,6 @@ export type UnresolveReviewThreadInput = {
|
|
|
6454
6245
|
/** The ID of the thread to unresolve */
|
|
6455
6246
|
threadId: Scalars['ID']['input'];
|
|
6456
6247
|
};
|
|
6457
|
-
/** Autogenerated input type of UnsubscribeFromNotifications */
|
|
6458
|
-
export type UnsubscribeFromNotificationsInput = {
|
|
6459
|
-
/** A unique identifier for the client performing the mutation. */
|
|
6460
|
-
clientMutationId?: InputMaybe<Scalars['String']['input']>;
|
|
6461
|
-
/** The NotificationThread IDs of the objects to unsubscribe from. */
|
|
6462
|
-
ids: Array<Scalars['ID']['input']>;
|
|
6463
|
-
};
|
|
6464
6248
|
/** Autogenerated input type of UpdateBranchProtectionRule */
|
|
6465
6249
|
export type UpdateBranchProtectionRuleInput = {
|
|
6466
6250
|
/** Can this branch be deleted. */
|
|
@@ -7315,12 +7099,6 @@ export type UserBlockDuration =
|
|
|
7315
7099
|
| 'PERMANENT'
|
|
7316
7100
|
/** The user was blocked for 3 days */
|
|
7317
7101
|
| 'THREE_DAYS';
|
|
7318
|
-
/** The possible PubSub channels for a user. */
|
|
7319
|
-
export type UserPubSubTopic =
|
|
7320
|
-
/** The channel ID for observing user marked as read updates. */
|
|
7321
|
-
'MARKED_READ'
|
|
7322
|
-
/** The channel ID for observing user notifications changed updates. */
|
|
7323
|
-
| 'NOTIFICATIONS_CHANGED';
|
|
7324
7102
|
/** Ordering options for user status connections. */
|
|
7325
7103
|
export type UserStatusOrder = {
|
|
7326
7104
|
/** The ordering direction. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typescript-github-action-template",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.12",
|
|
4
4
|
"description": "A template to create custom GitHub Action with TypeScript/JavaScript.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.js",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@typescript-eslint/parser": "^8.0.0",
|
|
41
41
|
"@vercel/ncc": "^0.38.0",
|
|
42
42
|
"eslint": "^9.0.0",
|
|
43
|
-
"eslint-config-prettier": "^
|
|
43
|
+
"eslint-config-prettier": "^10.0.1",
|
|
44
44
|
"eslint-plugin-prettier": "^5.0.0",
|
|
45
45
|
"graphql": "^16.9.0",
|
|
46
46
|
"husky": "^9.0.5",
|