Skip to content

Automate adding kind/* labels to cherry-pick PRs#9290

Merged
k8s-ci-robot merged 1 commit intokubernetes-sigs:mainfrom
epam:kind-labels-to-cherry-pick
Feb 17, 2026
Merged

Automate adding kind/* labels to cherry-pick PRs#9290
k8s-ci-robot merged 1 commit intokubernetes-sigs:mainfrom
epam:kind-labels-to-cherry-pick

Conversation

@vladikkuzn
Copy link
Contributor

@vladikkuzn vladikkuzn commented Feb 16, 2026

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?

NONE

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. labels Feb 16, 2026
@netlify
Copy link

netlify bot commented Feb 16, 2026

Deploy Preview for kubernetes-sigs-kueue canceled.

Name Link
🔨 Latest commit a7eae88
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-sigs-kueue/deploys/699326cbfde3d300073025d8

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Feb 16, 2026
@vladikkuzn
Copy link
Contributor Author

/cc @mbobrovskyi

@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Feb 16, 2026
@vladikkuzn
Copy link
Contributor Author

/cc @tenzen-y
/assign

@mbobrovskyi
Copy link
Contributor

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
first.

@mbobrovskyi
Copy link
Contributor

Did you test this? I saw that you created a cherry-pick: #9285, but it was without the kind/bug label.

@mbobrovskyi
Copy link
Contributor

Also, please change “fixes” to “part of” in PR descriptions to avoid accidentally closing issues. We also need to improve Prow cherry-picks.

@mimowo
Copy link
Contributor

mimowo commented Feb 16, 2026

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
first.

I'm ok to merge it into our script first, as this can be already helpful. Still, please open a PR against k/k.

Copy link
Contributor

@kannon92 kannon92 left a comment

Choose a reason for hiding this comment

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

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 16, 2026
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

DetailsGit tree hash: e04d70682d06175929f30bb2ffc9e545ba5fb0f2

@kannon92
Copy link
Contributor

/lgtm cancel

Looks like this is being reviewed already.

@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 16, 2026
@mbobrovskyi
Copy link
Contributor

Did you test this? I saw that you created a cherry-pick: #9285, but it was without the kind/bug label.

@vladikkuzn could you please create a test cherry-pick to verify that it’s working correctly?

@vladikkuzn
Copy link
Contributor Author

vladikkuzn commented Feb 16, 2026

This works on own repos, but since only k8s-ci-cobot can change labels you receive:

pull request update failed: GraphQL: vladikkuzn does not have permission to update the pull request PR_kwDOG2kQZs7EG8y5. (updatePullRequest)

Checking what could be done

@mbobrovskyi
Copy link
Contributor

mbobrovskyi commented Feb 16, 2026

This works on own repos, but since only k8s-ci-cobot can change labels you receive:

pull request update failed: GraphQL: vladikkuzn does not have permission to update the pull request PR_kwDOG2kQZs7EG8y5. (updatePullRequest)

Checking what could be done

Ah, I see. Then we need to add these labels (e.g. /kind bug) in the PR description.

@vladikkuzn vladikkuzn force-pushed the kind-labels-to-cherry-pick branch from c8031bd to a7eae88 Compare February 16, 2026 14:16
@k8s-ci-robot k8s-ci-robot removed the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Feb 16, 2026
@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Feb 16, 2026
@vladikkuzn
Copy link
Contributor Author

Works perfectly now :)

@tenzen-y
Copy link
Member

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
first.

I'm ok to merge it into our script first, as this can be already helpful. Still, please open a PR against k/k.

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
first.

I'm ok to merge it into our script first, as this can be already helpful. Still, please open a PR against k/k.

I'm fine with that. This PR could help when we generate cherry-pick PRs manually.

@mimowo
Copy link
Contributor

mimowo commented Feb 16, 2026

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.

@vladikkuzn
Copy link
Contributor Author

Oh, let me open PR to k/k

@tenzen-y
Copy link
Member

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.

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.

@vladikkuzn
Copy link
Contributor Author

kubernetes/kubernetes#137051

Comment on lines +165 to +178
<!--
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
-->
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
<!--
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?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, I think we can skip them to make the PR minimal

@mimowo
Copy link
Contributor

mimowo commented Feb 17, 2026

/lgtm
/approve
This can already be benefiting us. We can address #9290 (comment) in a follow up

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 17, 2026
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

DetailsGit tree hash: ae04ff6d06bb6bfdea12cbde27e1ecc69f42cc34

@k8s-ci-robot
Copy link
Contributor

[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

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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 17, 2026
@k8s-ci-robot k8s-ci-robot merged commit cb8cbc9 into kubernetes-sigs:main Feb 17, 2026
32 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v0.17 milestone Feb 17, 2026
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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. 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.

6 participants