Skip to content

draft: true causes performance regression in action execution time #1169

@undesicimo

Description

@undesicimo

When draft: true is set in release-please-config.json, the release-please-action step takes significantly longer to execute compared to when draft releases are disabled.

Environment details

  • Programming language: typescript/javascript
  • OS: MacOS 26
  • Language runtime version: 5.9
  • Package version: pnpm 10.x.x

Workflow:

- uses: googleapis/release-please-action@v4
  with:
    config-file: release-please-config.json
    manifest-file: .release-please-manifest.json

ASIS

Enabling draft: true should not significantly impact action execution time...

TOBE

In my case, github action execution time increases from ~14 seconds to ~3-4 minutes when draft: true is enabled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions