We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51341d5 commit b39ca7dCopy full SHA for b39ca7d
.github/workflows/pr-file-check.yml
@@ -48,6 +48,7 @@ jobs:
48
with:
49
script: |
50
const labels = context.payload.pull_request.labels.map(label => label.name);
51
+ console.log('PR Body:', context.payload.pull_request.body);
52
if (!labels.includes('skip-issue-check')) {
53
const issueNumber = context.payload.pull_request.body.match(/#\d+/);
54
if (!issueNumber) {
0 commit comments