Skip to content

Commit

Permalink
Merge pull request #17 from wemogy/main
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
SebastianKuesters authored Mar 25, 2024
2 parents 68c74ad + f393ce3 commit ace64af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,11 @@ async function run() {
);
}

core.info("Continuing to label issues");

// Label issues
if (labelIssuesWith) {
core.info(`Labeling issues with ${labelIssuesWith}`);
const issueNumbers = issues.map((issue) => issue.number);
await gitHubRepositoryUtils.addLabelToIssues(issueNumbers, labelIssuesWith);
}
Expand Down

0 comments on commit ace64af

Please sign in to comment.