diff --git a/.github/workflows/pr-file-check.yml b/.github/workflows/pr-file-check.yml index 79cd0b2cd957..4e32915955ea 100644 --- a/.github/workflows/pr-file-check.yml +++ b/.github/workflows/pr-file-check.yml @@ -46,7 +46,6 @@ jobs: with: script: | const labels = context.payload.pull_request.labels.map(label => label.name); - console.log('PR Body:', context.payload.pull_request.body); if (!labels.includes('skip-issue-check')) { const issueLink = context.payload.pull_request.body.match(/https:\/\/github\.com\/\S+\/issues\/\d+/); if (!issueLink) {