typescript-github-action-template 0.2.3 → 0.2.5
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.
|
@@ -16791,7 +16791,7 @@ export type PullRequest = Assignable & Closable & Comment & Labelable & Lockable
|
|
|
16791
16791
|
closed: Scalars['Boolean']['output'];
|
|
16792
16792
|
/** Identifies the date and time when the object was closed. */
|
|
16793
16793
|
closedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
16794
|
-
/** List of issues that
|
|
16794
|
+
/** List of issues that may be closed by this pull request */
|
|
16795
16795
|
closingIssuesReferences?: Maybe<IssueConnection>;
|
|
16796
16796
|
/** A list of comments associated with the pull request. */
|
|
16797
16797
|
comments: IssueCommentConnection;
|
package/package.json
CHANGED