Workflow Update
This commit is contained in:
parent
04e57a0414
commit
93d63518fb
2
.github/workflows/changelog-pr.yaml
vendored
2
.github/workflows/changelog-pr.yaml
vendored
@ -108,7 +108,7 @@ jobs:
|
|||||||
for (const pr of filteredPRs) {
|
for (const pr of filteredPRs) {
|
||||||
const prLabels = pr.labels.map(label => label.name.toLowerCase());
|
const prLabels = pr.labels.map(label => label.name.toLowerCase());
|
||||||
|
|
||||||
if (pr.user.login === "push-app-to-main[bot]") {
|
if (pr.user.login.includes("push-app-to-main[bot]")) {
|
||||||
console.log("Bot detected");
|
console.log("Bot detected");
|
||||||
const scriptName = pr.title;
|
const scriptName = pr.title;
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user