chore: rename lifecycle/needs-triage to needs-triage in issue templates#487
Conversation
Signed-off-by: abhijeet-dhumal <abhijeetdhumal652@gmail.com>
There was a problem hiding this comment.
Pull request overview
Updates GitHub issue templates to use the needs-triage label (instead of lifecycle/needs-triage) to align with Kubernetes/Prow label conventions and upcoming prow slash-command behavior.
Changes:
- Renamed the triage label in the feature request issue template.
- Renamed the triage label in the bug report issue template.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/ISSUE_TEMPLATE/feature_request.yaml | Switches template labels to use needs-triage. |
| .github/ISSUE_TEMPLATE/bug_report.yaml | Switches template labels to use needs-triage. |
andreyvelich
left a comment
There was a problem hiding this comment.
Thanks @abhijeet-dhumal!
/lgtm
/cc @kubeflow/kubeflow-sdk-team
|
@andreyvelich: GitHub didn't allow me to request PR reviews from the following users: kubeflow/kubeflow-sdk-team. Note that only kubeflow members and repo collaborators can review this PR, and authors cannot review their own PRs. DetailsIn 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. |
kramaranya
left a comment
There was a problem hiding this comment.
Thanks @abhijeet-dhumal!
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andreyvelich 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 |
Renames lifecycle/needs-triage to bare needs-triage in issue templates,
aligning with the k8s convention and the prow config change in
GoogleCloudPlatform/oss-test-infra#2594
After the oss-test-infra change lands, /label needs-triage and
/remove-label needs-triage will work as prow slash commands across
all kubeflow repos.
Part of: kubeflow/mcp-server#3 (comment)