Skip to content

Commit d2a528b

Browse files
heitorlessarubenfonseca
authored andcommitted
chore(ci): destructure assignment on comment_large_pr
1 parent 4de9f0e commit d2a528b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/comment_on_large_pr.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports = async ({github, context, core}) => {
4343

4444

4545
/** @type {string[]} */
46-
const labels = await github.rest.issues.listLabelsOnIssue({
46+
const { data: labels } = await github.rest.issues.listLabelsOnIssue({
4747
owner: context.repo.owner,
4848
repo: context.repo.repo,
4949
issue_number: PR_NUMBER,

0 commit comments

Comments
 (0)