typescript-github-action-template 0.2.2 → 0.2.4
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.
|
@@ -7832,6 +7832,8 @@ export type FundingPlatform =
|
|
|
7832
7832
|
| 'PATREON'
|
|
7833
7833
|
/** Polar funding platform. */
|
|
7834
7834
|
| 'POLAR'
|
|
7835
|
+
/** thanks.dev funding platform. */
|
|
7836
|
+
| 'THANKS_DEV'
|
|
7835
7837
|
/** Tidelift funding platform. */
|
|
7836
7838
|
| 'TIDELIFT';
|
|
7837
7839
|
/** A generic hovercard context with a message and icon */
|
|
@@ -16789,7 +16791,7 @@ export type PullRequest = Assignable & Closable & Comment & Labelable & Lockable
|
|
|
16789
16791
|
closed: Scalars['Boolean']['output'];
|
|
16790
16792
|
/** Identifies the date and time when the object was closed. */
|
|
16791
16793
|
closedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
16792
|
-
/** List of issues that
|
|
16794
|
+
/** List of issues that may be closed by this pull request */
|
|
16793
16795
|
closingIssuesReferences?: Maybe<IssueConnection>;
|
|
16794
16796
|
/** A list of comments associated with the pull request. */
|
|
16795
16797
|
comments: IssueCommentConnection;
|
package/package.json
CHANGED