-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat: Add GitHub Actions cherry-pick slash command #9172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add GitHub Actions cherry-pick slash command #9172
Conversation
|
cc @tektoncd/core-maintainers |
412e16c to
4645812
Compare
|
has this been tested on a test repo ? |
I am working on testing this now on a repository, that's why I put a hold on it 👼🏼 |
|
/retest |
afrittoli
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, good idea!
|
For what is worth, iterating in shortbrain/workflows-experiments#1 🙃 |
4645812 to
77797b0
Compare
Alright, the current implementation is working (tested in the pull-request above and in shortbrain/workflows-experiments#3). I am looking into simplifying it (a go binary, …). @afrittoli the main reason to go with a script or a go binary is.. to easily port it to Tekton task/pipeline later 👼🏼 |
77797b0 to
029423b
Compare
|
/hold cancel |
|
/retest |
- Replace Prow cherry-picker with native GitHub Actions workflow - Enable fork-safe automated cherry-picking via /cherry-pick command - Use SHA-pinned actions for enhanced security and reproducibility Signed-off-by: Vincent Demeester <[email protected]> Co-authored-by: Claude <[email protected]>
029423b to
eb11f34
Compare
|
/retest |
afrittoli
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
waveywaves
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afrittoli, waveywaves The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
twoGiants
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/lgtm
better later than never 😆
|
/cherry-pick foo |
|
❌ Cherry-pick to The automatic cherry-pick to Output: Next steps:
|
|
It works 😬 |
Changes
This is an experimentation to replace the cherry-pick prow plugin with a GitHub workflow.
I need to try this out with forks on a repository, so I'll put a hold, but I would be happy to have feedbacks.
Also, I will update the DEVELOPMENT.md.
/hold
/kind misc
Next steps
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes