-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add the sig/pm label to the label configuration #8336
Conversation
I'm not sure if adding the label to label configuration is enough for the command to work. 🤔 |
cc @kubernetes/sig-contributor-experience-pr-reviews since it adds a new label to cc @justaugustus @idvoretskyi since it adds the sig/pm label. |
/cc |
/lgtm |
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
/assign @cjwagner |
prow/plugins/label/label_test.go
Outdated
@@ -416,6 +416,26 @@ func TestLabel(t *testing.T) { | |||
expectedRemovedLabels: []string{}, | |||
commenter: orgMember, | |||
}, | |||
{ | |||
name: "add sig/pm label", |
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.
We already have tests for a sig label. You can remove these tests.
label_sync/labels.yaml
Outdated
@@ -445,6 +445,12 @@ labels: | |||
target: both | |||
prowPlugin: label | |||
addedBy: anyone | |||
- color: d2b48c | |||
description: Categorizes an issue or PR as relevant to sig-product-management. |
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.
Is it sig-product-management, or just officially sig-pm now? @idvoretskyi
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.
Based on #8336 (comment), can you fix this to just sig-pm, @nikhita?
@cblecker sig-pm |
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
@cblecker had forgotten to update the docs generation before :) |
/lgtm |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cblecker, cjwagner, idvoretskyi, justaugustus, nikhita The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@nikhita: Updated the In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
So that
/sig pm
works.See #8335 (comment) where it didn't work.