Skip to content

Conversation

@vdemeester
Copy link
Member

Changes

This PR adds the cherry-pick command workflow to dashboard (addresses tektoncd/plumbing#3004).

What's included:

  • New cherry-pick-command.yaml workflow using the centralized plumbing reusable workflow
  • Enables /cherry-pick <branch> command for easier backports to release branches
  • Dashboard already has slash.yml configured to use plumbing's slash routing, so no changes needed there

Benefits:

  • Streamlines cherry-picking to release branches with simple slash command
  • Uses centralized, well-tested logic from tektoncd/plumbing
  • Consistent behavior with other tektoncd repositories
  • Reduces manual cherry-pick errors

Usage:
Comment /cherry-pick release-v0.64.x on a merged PR to automatically create a cherry-pick PR to that branch.

Submitter Checklist

  • Includes tests (N/A - workflow file only)
  • Includes docs (comprehensive inline documentation in workflow file)
  • Commit messages follow commit message best practices

Release Notes

NONE

- Add cherry-pick-command.yaml using plumbing reusable workflow
- Enable /cherry-pick command for easier backports to release branches
- Uses centralized cherry-pick logic from tektoncd/plumbing
- Slash.yml already configured to use plumbing's slash routing

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
@tekton-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign briangleeson after the PR has been reviewed.
You can assign the PR to them by writing /assign @briangleeson in a comment when ready.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Dec 10, 2025
@vdemeester
Copy link
Member Author

/kind misc

@tekton-robot tekton-robot added the kind/misc Categorizes issue or PR as a miscellaneuous one. label Dec 10, 2025
Copy link
Member

@AlanGreene AlanGreene left a comment

Choose a reason for hiding this comment

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

This is great Vincent, thanks.
Can you also update slash.yml to point to the updated version from plumbing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/misc Categorizes issue or PR as a miscellaneuous one. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants