mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-10 07:38:04 -05:00
fix(ci/arena): Make check for pr.mergeable more specific
This commit is contained in:
2
.github/workflows/arena-intake.yml
vendored
2
.github/workflows/arena-intake.yml
vendored
@@ -104,7 +104,7 @@ jobs:
|
||||
close = true;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
} else if (pr.mergeable == false) {
|
||||
console.log('⚠️ PR has conflicts');
|
||||
issues.push(
|
||||
`__${newArenaFileName}__ conflicts with existing entry with the same name`
|
||||
|
||||
Reference in New Issue
Block a user