Workflow Update
This commit is contained in:
parent
7df69ca5a6
commit
0f77f61a02
3
.github/workflows/changelog-pr.yaml
vendored
3
.github/workflows/changelog-pr.yaml
vendored
@ -124,9 +124,12 @@ jobs:
|
|||||||
labels: ["Started Migration To ProxmoxVE"],
|
labels: ["Started Migration To ProxmoxVE"],
|
||||||
per_page: 5
|
per_page: 5
|
||||||
});
|
});
|
||||||
|
console.log(`Related issues: ${JSON.stringify(relatedIssues, null, 2)}`);
|
||||||
const matchingIssue = relatedIssues.find(issue =>
|
const matchingIssue = relatedIssues.find(issue =>
|
||||||
issue.title.toLowerCase().includes(scriptName.toLowerCase())
|
issue.title.toLowerCase().includes(scriptName.toLowerCase())
|
||||||
|
|
||||||
);
|
);
|
||||||
|
console.log(`Matching issue: ${JSON.stringify(matchingIssue, null, 2)}`);
|
||||||
if (matchingIssue) {
|
if (matchingIssue) {
|
||||||
const issueAuthor = matchingIssue.user.login;
|
const issueAuthor = matchingIssue.user.login;
|
||||||
const issueAuthorUrl = `https://github.com/${issueAuthor}`;
|
const issueAuthorUrl = `https://github.com/${issueAuthor}`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user