Skip to content

[Projects] Missing auto_cancel_pending_pipelines #3830

@loganmzz

Description

@loganmzz

Description

  • Node.js version: N/A
  • Gitbeaker version: N/A
  • Gitbeaker release (cli, rest, core, requester-utils): N/A
  • OS & version: N/A

autoCancelPendingPipelines is present to edit a project but not when getting data.

Steps to reproduce

const client = new Gitlab(...);
await client.Projects.show(projectId);

Expected behaviour

Have auto_cancel_pending_pipelines type.

Actual behaviour

Field auto_cancel_pending_pipelines is not declared.

Possible fixes

Add missing field

Checklist

  • I have checked that this is not a duplicate issue.
  • I have read the documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:typesAdding or enhancing typescript types

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions