Skip to content

Commit

Permalink
Use @import for GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
romaricpascal committed Aug 23, 2024
1 parent 301a7bb commit e7b04c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scripts/comments.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,8 @@ function getReviewAppUrl(prNumber, path = '/') {
*/

/**
* @typedef {import('@octokit/plugin-rest-endpoint-methods').RestEndpointMethodTypes["issues"]} IssuesEndpoint
* @import {RestEndpointMethodTypes} from '@octokit/plugin-rest-endpoint-methods'
* @typedef {RestEndpointMethodTypes["issues"]} IssuesEndpoint
* @typedef {IssuesEndpoint["listComments"]["parameters"]} IssueCommentsListParams
* @typedef {IssuesEndpoint["getComment"]["response"]["data"]} IssueCommentData
*/

0 comments on commit e7b04c4

Please sign in to comment.