From e83af0e68e726c0d50b33b762540bf9fbca39a0c Mon Sep 17 00:00:00 2001 From: Greg Lockwood Date: Mon, 18 Jan 2021 14:31:20 +1100 Subject: [PATCH] Comment out draft-by-default option in cfg_template.yml --- cfg_template.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cfg_template.yml b/cfg_template.yml index 559bef2..e9ee25a 100644 --- a/cfg_template.yml +++ b/cfg_template.yml @@ -2,10 +2,10 @@ prs: # Uncomment this if you use a different name for your default branch (e.g. "main" instead of "master") # main-branch-name: main # - # Create new PRs in draft mode by default. This will prevent them from notifying anybody - # until you are ready. This option can be overridden on the command line using the + # Uncomment to create new PRs in draft mode by default. This will prevent them from notifying anybody + # (including CODEOWNERS) until you are ready. This option can be overridden on the command line using the # -d/--draft or --no-draft options, which set draft mode to true or false, respectively. - draft-by-default: true + # draft-by-default: true trains: # This is an example. This PR train would have 4 branches plus 1 "combined" branch to run tests etc on.