Skip to content

Action v1.5.2 closes existing version PR #487

@jacksonneal

Description

@jacksonneal

We've discovered what we believe is a bug in v1.5.2. We are using changesets with the following config:

      - id: changesets
        uses: changesets/action@v1.5.2
        with:
          publish: pnpm run publish
          setupGitUser: false
          commitMode: github-api
        env:
          GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

This works fine if there is no current "Version Packages" PR open as it will create one. But if I merge additional changefiles to main, the action will close the "Version Packages" PR and then correctly push the update version and changelog. The workaround is to manually reopen the PR or downgrade the action version. This is not an issue in v1.5.1.

Possibly related to this change: #473.

cc @jackheinemann

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions