Skip to content

fix(release): remove labels from create-pull-request — label did not … - #261

Merged
richardthe3rd merged 1 commit into
mainfrom
fix/release-pr-settings
May 13, 2026
Merged

fix(release): remove labels from create-pull-request — label did not …#261
richardthe3rd merged 1 commit into
mainfrom
fix/release-pr-settings

Conversation

@richardthe3rd

Copy link
Copy Markdown
Owner

…exist

The 'release' label was not present in the repository, causing the create-pull-request action to fail. The PR is identifiable by its release/next branch name and Release X.Y.Z title without needing a label.

https://claude.ai/code/session_01JDVdCKNUcJfnKCaZZipMWW

…exist

The 'release' label was not present in the repository, causing the
create-pull-request action to fail. The PR is identifiable by its
release/next branch name and Release X.Y.Z title without needing a label.

https://claude.ai/code/session_01JDVdCKNUcJfnKCaZZipMWW
Copilot AI review requested due to automatic review settings May 13, 2026 20:56
@richardthe3rd
richardthe3rd merged commit 53b999a into main May 13, 2026
5 checks passed
@richardthe3rd
richardthe3rd deleted the fix/release-pr-settings branch May 13, 2026 20:56

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the automated “Release PR” GitHub Actions workflow by removing an invalid labels: release configuration from the peter-evans/create-pull-request step, preventing workflow failures when the release label is not present in the repository.

Changes:

  • Remove the labels: release field from the Release PR creation step to avoid action failure when the label doesn’t exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants