Skip to content

Commit b39ca7d

Browse files
committed
logging
1 parent 51341d5 commit b39ca7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-file-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
with:
4949
script: |
5050
const labels = context.payload.pull_request.labels.map(label => label.name);
51+
console.log('PR Body:', context.payload.pull_request.body);
5152
if (!labels.includes('skip-issue-check')) {
5253
const issueNumber = context.payload.pull_request.body.match(/#\d+/);
5354
if (!issueNumber) {

0 commit comments

Comments
 (0)