From 6f11bbd24d172fc1ec295e9d8d870fb1e4a7c936 Mon Sep 17 00:00:00 2001 From: t-will-gillis-dummy <121192871+t-will-gillis-dummy@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:08:39 -0700 Subject: [PATCH] Update obtain-labels.js --- github-actions/utils/obtain-labels.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;