Automate adding kind/* labels to cherry-pick PRs#9290
Automate adding kind/* labels to cherry-pick PRs#9290k8s-ci-robot merged 1 commit intokubernetes-sigs:mainfrom
Conversation
✅ Deploy Preview for kubernetes-sigs-kueue canceled.
|
|
/cc @mbobrovskyi |
|
/cc @tenzen-y |
|
Oh, this is very good. Just one thing: I think we need to merge this into https://github.com/kubernetes/kubernetes/blob/master/hack/cherry_pick_pull.sh |
|
Did you test this? I saw that you created a cherry-pick: #9285, but it was without the kind/bug label. |
|
Also, please change “fixes” to “part of” in PR descriptions to avoid accidentally closing issues. We also need to improve Prow cherry-picks. |
I'm ok to merge it into our script first, as this can be already helpful. Still, please open a PR against k/k. |
|
LGTM label has been added. DetailsGit tree hash: e04d70682d06175929f30bb2ffc9e545ba5fb0f2 |
|
/lgtm cancel Looks like this is being reviewed already. |
@vladikkuzn could you please create a test cherry-pick to verify that it’s working correctly? |
|
This works on own repos, but since only k8s-ci-cobot can change labels you receive: Checking what could be done |
Ah, I see. Then we need to add these labels (e.g. /kind bug) in the PR description. |
c8031bd to
a7eae88
Compare
|
Works perfectly now :) |
I'm fine with that. This PR could help when we generate cherry-pick PRs manually. |
Yeah, and if we show the code works, it will be easier to make the change in k/k as already tested. |
|
Oh, let me open PR to k/k |
If we get the feedback (e.g., supporting area label as well) in k/k, we can back port the feed back to kueue repo. |
| <!-- | ||
| Add one of the following kinds: | ||
| /kind bug | ||
| /kind cleanup | ||
| /kind documentation | ||
| /kind feature | ||
| Optionally add one or more of the following kinds if applicable: | ||
| /kind api-change | ||
| /kind deprecation | ||
| /kind failing-test | ||
| /kind flake | ||
| /kind regression | ||
| --> |
There was a problem hiding this comment.
| <!-- | |
| Add one of the following kinds: | |
| /kind bug | |
| /kind cleanup | |
| /kind documentation | |
| /kind feature | |
| Optionally add one or more of the following kinds if applicable: | |
| /kind api-change | |
| /kind deprecation | |
| /kind failing-test | |
| /kind flake | |
| /kind regression | |
| --> |
Do we need this comments?
There was a problem hiding this comment.
Yeah, I think we can skip them to make the PR minimal
|
/lgtm |
|
LGTM label has been added. DetailsGit tree hash: ae04ff6d06bb6bfdea12cbde27e1ecc69f42cc34 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mimowo, vladikkuzn 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 |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Copies kind labels from original PR
Which issue(s) this PR fixes:
Part of #9222
Special notes for your reviewer:
Does this PR introduce a user-facing change?