jdalrymple / gitbeaker

๐ŸฆŠ๐Ÿงช A comprehensive and typed Gitlab SDK for Node.js, Browsers, Deno and CLI
Other
1.5k stars 283 forks source link

feat: Add 'branches' field to ForkProjectOptions type #3606

Open YupaTT opened 4 days ago

YupaTT commented 4 days ago

๐Ÿ‘‹๐Ÿป Hi team,

Added definition of the branches field in ForkProjectOptions

The branches field has been added to the ForkProjectOptions type to allow specifying branches when forking a project. This field is optional and enables indicating the branches to fork; leaving it empty will fork all available branches.

Attribute Type Required Description
branches string No Branches to fork (empty for all branches).

YupaTT commented 3 days ago

@jdalrymple Please, I need this attribute to be implemented.