Workflow Update
This commit is contained in:
parent
88f889770a
commit
40fbddd750
2
.github/workflows/changelog-pr.yaml
vendored
2
.github/workflows/changelog-pr.yaml
vendored
@ -113,7 +113,9 @@ jobs:
|
||||
console.log("USER: ", pr.user.login);
|
||||
|
||||
if (pr.user.login.includes("push-to-main-app")) {
|
||||
console.error("PR created by push-to-main-app");
|
||||
const scriptName = pr.title;
|
||||
continue;
|
||||
if (scriptName) {
|
||||
try {
|
||||
const { data: relatedIssues } = await github.rest.issues.listForRepo({
|
||||
|
Loading…
x
Reference in New Issue
Block a user