Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd committed Dec 16, 2024
1 parent 51341d5 commit b39ca7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-file-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ 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 issueNumber = context.payload.pull_request.body.match(/#\d+/);
if (!issueNumber) {
Expand Down

0 comments on commit b39ca7d

Please sign in to comment.