aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Reinier van der Leer <pwuts@agpt.co> 2024-03-01 11:20:54 +0100
committerGravatar Reinier van der Leer <pwuts@agpt.co> 2024-03-01 11:20:54 +0100
commit70873906b7ae539f21c3b488cfc638107cc14642 (patch)
tree5afb7fe62d48951fc9db2d658e51d3f642e1fef1
parentfix(ci/arena): Fix error accessing `context` & improve log output readability (diff)
downloadAuto-GPT-70873906b7ae539f21c3b488cfc638107cc14642.tar.gz
Auto-GPT-70873906b7ae539f21c3b488cfc638107cc14642.tar.bz2
Auto-GPT-70873906b7ae539f21c3b488cfc638107cc14642.zip
fix(ci/arena): Make check for `pr.mergeable` more specific
-rw-r--r--.github/workflows/arena-intake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/arena-intake.yml b/.github/workflows/arena-intake.yml
index a1df8a89d..0b5e12dfb 100644
--- a/.github/workflows/arena-intake.yml
+++ b/.github/workflows/arena-intake.yml
@@ -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`