Skip to content

Commit

Permalink
CODE RUB: Updated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdutoit committed Sep 6, 2024
1 parent 27de41d commit 2972b68
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,15 @@ jobs:
];
const pullRequest = context.payload.pull_request;
if (!pullRequest) {
console.log('No pull request context available.');
return;
}
const title = context.payload.pull_request.title;
const existingLabels = context.payload.pull_request.labels.map(label => label.name);
Expand Down

0 comments on commit 2972b68

Please sign in to comment.