Workflow Update
This commit is contained in:
parent
87f2a41625
commit
1521aaafe7
3
.github/workflows/changelog-pr.yaml
vendored
3
.github/workflows/changelog-pr.yaml
vendored
@ -112,7 +112,8 @@ jobs:
|
|||||||
|
|
||||||
console.log("Author: " ,pr.user.login);
|
console.log("Author: " ,pr.user.login);
|
||||||
|
|
||||||
if (pr.user.login.includes("push-app-to-main[bot]")) {
|
if (pr.user.login === "push-app-to-main[bot]") {
|
||||||
|
console.log("Bot detected");
|
||||||
const scriptName = pr.title;
|
const scriptName = pr.title;
|
||||||
try {
|
try {
|
||||||
const { data: relatedIssues } = await github.rest.issues.listForRepo({
|
const { data: relatedIssues } = await github.rest.issues.listForRepo({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user