Skip to content

Explicitly check out main branch during backports#498

Merged
Sharpie merged 1 commit into
OpenVoxProject:mainfrom
Sharpie:pin-backport-to-main
Jun 24, 2026
Merged

Explicitly check out main branch during backports#498
Sharpie merged 1 commit into
OpenVoxProject:mainfrom
Sharpie:pin-backport-to-main

Conversation

@Sharpie

@Sharpie Sharpie commented Jun 24, 2026

Copy link
Copy Markdown
Member

The v7 release of actions/checkout introduced a major change where it will refuse to check out repository state that may be mutated by the pull request. This commit explicitly sets ref: main on the checkout step of the workflow as korthout/backport-action has logic for finding the pull request and cherry-picking commits out of it.

Short description

Checklist

I have:

The v7 release of `actions/checkout` introduced a major change where it
will refuse to check out repository state that may be mutated by the
pull request. This commit explicitly sets `ref: main` on the checkout
step of the workflow as `korthout/backport-action` has logic for finding
the pull request and cherry-picking commits out of it.

Signed-off-by: Charlie Sharpsteen <charlie@overlookinfratech.com>
@Sharpie Sharpie enabled auto-merge June 24, 2026 16:56
@Sharpie Sharpie merged commit 5d8edc8 into OpenVoxProject:main Jun 24, 2026
17 checks passed
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