From a46a8b99c7593beefd20b5726d198bab01af129b Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Thu, 10 Oct 2024 11:25:39 +0200 Subject: [PATCH] Wip --- .github/actions/check-labels/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/check-labels/index.js b/.github/actions/check-labels/index.js index b769c9015..4c40bc8bf 100644 --- a/.github/actions/check-labels/index.js +++ b/.github/actions/check-labels/index.js @@ -21,7 +21,7 @@ async function run() { const hasOneSemverLabel = attachedSemverLabels.length === 1; const hasReleaseLabel = labelNames.includes('release'); - console.log(inspect(pull_request, { depth: null, colors: true })); + console.log(inspect({ user: pull_request.user }, { depth: null, colors: true })); if (isMissingSemverLabel) { let errorMsg = [