Skip to content

Automate release PRs to r/r repo#135

Open
mallardduck wants to merge 3 commits into
rancher:mainfrom
mallardduck:rancher-pr-workflows
Open

Automate release PRs to r/r repo#135
mallardduck wants to merge 3 commits into
rancher:mainfrom
mallardduck:rancher-pr-workflows

Conversation

@mallardduck

Copy link
Copy Markdown
Member

This PR automates the creation of PRs to r/r repo when we tag a stable release.

This does not automate non-stable releases as not all unstable tags need to be "shipped". This reduces the noise that automations creating PRs can cause if the PRs are not desired. As a happy compromise we can manually trigger the "Push to Rancher" workflow with a specified tag for PRs to be generated.

@mallardduck mallardduck force-pushed the rancher-pr-workflows branch from 6dbfb4a to 68a882a Compare July 9, 2026 21:11

# Fetch and checkout target branch
if ! git -C "$RANCHER_DIR" fetch "$RANCHER_REMOTE" "$TARGET_BRANCH" 2>&1; then
summary " ⚠️ Failed to fetch branch \`$TARGET_BRANCH\` - skipping"

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.

Unless other projects across our realm of responsibility use these emojis, I'd say get rid of them.

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