[PR #9] [MERGED] Fix open next to main PR workflow by adding checkout #5
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
webgrip/renovate-config#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/webgrip/renovate-config/pull/9
Author: @Ryangr0
Created: 6/3/2026
Status: ✅ Merged
Merged: 6/3/2026
Merged by: @Ryangr0
Base:
main← Head:next📝 Commits (7)
43a1783ci(actions): Update actions/checkout action ( v4.3.1 ➔ v6.0.2 ) (#7)7a95701ci(actions): Update actions/setup-node action ( v4.4.0 ➔ v6.4.0 ) (#8)234af5eMerge branch 'main' into next9cd63a3chore(release): v1.4.0-rc.1 [skip ci]63f622eMerge branch 'main' into next078f11dAdd checkout before promotion PR creation57099abPin checkout action in promotion workflow📊 Changes
4 files changed (+22 additions, -8 deletions)
View changed files
📝
.github/workflows/on_source_change.yml(+4 -4)📝
.github/workflows/open_promotion_pr.yml(+2 -0)📝
.github/workflows/validate.yml(+4 -4)📝
CHANGELOG.md(+12 -0)📄 Description
Summary
Fixes the failing
open next to main PRActions job by checking out the repository before runninggh prcommands.This resolves the
fatal: not a git repositoryfailure seen in run26868141694/ job79236464907.Also updates the checkout step to the same SHA-pinned
actions/checkoutreference used in other workflows for consistency.Presets affected
None.
This change only updates CI workflow behavior and does not modify Renovate preset JSON content.
Consumer impact
No preset behavior changes for consumers.
Impact is limited to repository automation: promotion PR creation from
nexttomainnow runs reliably.Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.