diff --git a/src/components/Organizations/NewProject/index.js b/src/components/Organizations/NewProject/index.js index 271e0808..7e111ff0 100644 --- a/src/components/Organizations/NewProject/index.js +++ b/src/components/Organizations/NewProject/index.js @@ -187,13 +187,18 @@ const OrgNewProject = ({ overlayClassName="orgTooltip lg" title={ <> -

Which Pull Requests should be deployed, can be one of::

-

- true - all branches are deployed

-

- false - no branches are deployed

-

+ [Default: true] +
+ Which Pull Requests should be deployed, can be one of: +
+ - true - all branches are deployed +
+ - false - no branches are deployed +
+ - regex of all branches that can be deployed (including production), example: '^(main|staging)$' -

+ } placement="right" @@ -216,10 +221,15 @@ const OrgNewProject = ({ overlayClassName="orgTooltip lg" title={ <> -

Which branches should be deployed, can be one of:

-

- true - all pull requests are deployed

-

- false - no pull requests are deployed

-

- regex of all Pull Request titles that can be deployed, example: '[BUILD]'

+ [Default: true] +
+ Which branches should be deployed, can be one of: +
+ - true - all pull requests are deployed +
+ - false - no pull requests are deployed +
+ - regex of all Pull Request titles that can be deployed, example: '[BUILD]' } placement="right"