Skip to content

feat: add cherry-pick slash command workflow#109

Merged
tekton-robot merged 1 commit intotektoncd:mainfrom
vdemeester:issue-3004-cherry-pick
Dec 10, 2025
Merged

feat: add cherry-pick slash command workflow#109
tekton-robot merged 1 commit intotektoncd:mainfrom
vdemeester:issue-3004-cherry-pick

Conversation

@vdemeester
Copy link
Copy Markdown
Member

Changes

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

What's included:

  • New slash.yml workflow to enable slash commands on PRs
  • New cherry-pick-command.yaml workflow using the centralized plumbing reusable workflow
  • Enables /cherry-pick <branch> command for easier backports to release branches

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.3.x on a merged PR to automatically create a cherry-pick PR to that branch.

Submitter Checklist

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

Release Notes

NONE

- Add slash.yml to enable slash commands on PRs
- 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

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
@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
Copy Markdown
Member Author

/kind misc

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

/lgtm
/approve

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Dec 10, 2025
@tekton-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: anithapriyanatarajan

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

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [anithapriyanatarajan]

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 approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 10, 2025
@tekton-robot tekton-robot merged commit 7787766 into tektoncd:main Dec 10, 2025
18 of 20 checks passed
@vdemeester vdemeester deleted the issue-3004-cherry-pick branch December 10, 2025 11:52
@anithapriyanatarajan
Copy link
Copy Markdown
Contributor

/cherry-pick release-v0.3.x

@tekton-robot
Copy link
Copy Markdown

Cherry-pick to release-v0.3.x successful!

A new pull request has been created to cherry-pick this change to release-v0.3.x.

Please review and merge the cherry-pick PR.

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

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/misc Categorizes issue or PR as a miscellaneuous one. lgtm Indicates that a PR is ready to be merged. 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