Skip to content

Conversation

@szokeasaurusrex
Copy link
Member

No description provided.

@szokeasaurusrex szokeasaurusrex requested a review from a team as a code owner September 15, 2025 13:03
@szokeasaurusrex szokeasaurusrex marked this pull request as draft September 15, 2025 13:03
@szokeasaurusrex szokeasaurusrex force-pushed the szokeasaurusrex/update-toolchain-action branch from b974c71 to 4a1d551 Compare September 15, 2025 13:04
repo: context.repo.repo,
title: commitTitle,
head: branchName,
base: '${{ github.head_ref }}',
Copy link

Choose a reason for hiding this comment

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

Bug: PR Branch Reference Issue

The PR base branch changed from github.ref_name to github.head_ref. This breaks scheduled runs, as github.head_ref is empty, causing PR creation to fail. For PR-triggered runs, it incorrectly targets the triggering PR's source branch instead of the intended base, like github.ref_name provided.

Fix in Cursor Fix in Web

@szokeasaurusrex szokeasaurusrex force-pushed the szokeasaurusrex/test-update-toolchain-action branch from f27c4c3 to 1f45d37 Compare September 15, 2025 13:05
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.

2 participants