diff --git a/frontend/src/pull.ts b/frontend/src/pull.ts index d4543486..3a65ce84 100644 --- a/frontend/src/pull.ts +++ b/frontend/src/pull.ts @@ -123,6 +123,7 @@ export class Pull extends PullData { isReady(): boolean { return ( this.hasMetDeployRequirements() && + !this.isDraft() && !this.getDevBlock() && !this.getDeployBlock() && !this.hasMergeConflicts()