Skip to content

chore: Use dapr-bot to create backport PRs#9547

Merged
JoshVanL merged 1 commit into
dapr:masterfrom
acroca:backports-use-dapr-bot
Feb 24, 2026
Merged

chore: Use dapr-bot to create backport PRs#9547
JoshVanL merged 1 commit into
dapr:masterfrom
acroca:backports-use-dapr-bot

Conversation

@acroca

@acroca acroca commented Feb 24, 2026

Copy link
Copy Markdown
Member

By design, workflows created from workflows don't run other workflows.
A solution is to use a user token instead of the default GITHUB_TOKEN.

@acroca
acroca requested review from a team as code owners February 24, 2026 15:45
@JoshVanL JoshVanL added the backport release-1.17 Mark a PR to master to be backported to `release-1.17 label Feb 24, 2026
@JoshVanL
JoshVanL merged commit a5d8dc5 into dapr:master Feb 24, 2026
29 checks passed
@acroca
acroca deleted the backports-use-dapr-bot branch February 24, 2026 15:50
@dapr-bot

Copy link
Copy Markdown
Collaborator

The backport to release-1.17 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-1.17 release-1.17
# Navigate to the new working tree
cd .worktrees/backport-release-1.17
# Create a new branch
git switch --create backport-9547-to-release-1.17
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 a5d8dc5ee4b2d09de17846f36a392240ad3c2a28
# Push it to GitHub
git push --set-upstream origin backport-9547-to-release-1.17
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-1.17

Then, create a pull request where the base branch is release-1.17 and the compare/head branch is backport-9547-to-release-1.17.

FarmerChillax pushed a commit to FarmerChillax/dapr that referenced this pull request Mar 5, 2026
@nelson-parente nelson-parente added this to the v1.18 milestone May 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport release-1.17 Mark a PR to master to be backported to `release-1.17

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants