diff --git a/github-actions/utils/obtain-labels.js b/github-actions/utils/obtain-labels.js index 5c66fdf936..0c59436b8d 100644 --- a/github-actions/utils/obtain-labels.js +++ b/github-actions/utils/obtain-labels.js @@ -8,5 +8,5 @@ const labels = labelsObject.map((label) => label.name); return labels; } - +// module.exports = obtainLabels;