We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd262b9 commit bca9695Copy full SHA for bca9695
.github/scripts/comment_on_large_pr.js
@@ -43,7 +43,7 @@ module.exports = async ({github, context, core}) => {
43
44
45
/** @type {string[]} */
46
- const labels = await github.rest.issues.listLabelsOnIssue({
+ const { data: labels } = await github.rest.issues.listLabelsOnIssue({
47
owner: context.repo.owner,
48
repo: context.repo.repo,
49
issue_number: PR_NUMBER,
0 commit comments