Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw committed Oct 10, 2024
1 parent 5b0af7e commit a46a8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/check-labels/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit a46a8b9

Please sign in to comment.