Skip to content

Commit bd8fd2f

Browse files
committed
Add squash_merges option to GitLab backend typedef
1 parent e105cf2 commit bd8fd2f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/lib/types/public.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,6 +1322,8 @@
13221322
* @property {string} [app_id] OAuth application ID. Required when using PKCE authorization.
13231323
* @property {string} [cms_label_prefix] Pull request label prefix for Editorial Workflow. Default:
13241324
* `sveltia-cms/`.
1325+
* @property {boolean} [squash_merges] Whether to use squash marge for Editorial Workflow. Default:
1326+
* `false`.
13251327
* @see https://decapcms.org/docs/gitlab-backend/
13261328
* @see https://decapcms.org/docs/editorial-workflows/
13271329
*/

0 commit comments

Comments
 (0)