Workflow Update
This commit is contained in:
parent
84a0fe42ca
commit
d7f7cb0bcf
2
.github/workflows/changelog-pr.yaml
vendored
2
.github/workflows/changelog-pr.yaml
vendored
@ -109,6 +109,8 @@ jobs:
|
|||||||
const prLabels = pr.labels.map(label => label.name.toLowerCase());
|
const prLabels = pr.labels.map(label => label.name.toLowerCase());
|
||||||
|
|
||||||
let prNote = `- ${pr.title} [@${pr.user.login}](https://github.com/${pr.user.login}) ([#${pr.number}](${pr.html_url}))`;
|
let prNote = `- ${pr.title} [@${pr.user.login}](https://github.com/${pr.user.login}) ([#${pr.number}](${pr.html_url}))`;
|
||||||
|
console.log("PR: ", pr.title);
|
||||||
|
console.log("USER: ", pr.user.login);
|
||||||
|
|
||||||
if (pr.user.login === "push-app-to-main") {
|
if (pr.user.login === "push-app-to-main") {
|
||||||
const scriptName = pr.title;
|
const scriptName = pr.title;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user