From b997e092111796cbcdabed74c018afac113c104f Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Sun, 15 Mar 2026 19:45:10 -0400 Subject: [PATCH] Open workflow PRs as non-draft by default Co-Authored-By: Claude Opus 4.6 (1M context) --- fabro.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fabro.toml b/fabro.toml index 3daedcc4e..545e2e12d 100644 --- a/fabro.toml +++ b/fabro.toml @@ -4,6 +4,9 @@ version = 1 root = "fabro/" retro = false +[pull_request] +draft = false + [sandbox] provider = "daytona"