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.