Skip to content

Commit c49f30c

Browse files
authored
Merge pull request #35037 from atiratree/wg-node-lifecycle
introduce wg/node-lifecycle label and update OWNER_ALIASES
2 parents 64ba653 + 5e8943e commit c49f30c

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

OWNERS_ALIASES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,15 @@ aliases:
166166
- jeremyrickard
167167
- liggitt
168168
- micahhausler
169+
wg-node-lifecycle-leads:
170+
- JoelSpeed
171+
- atiratree
172+
- fabriziopandini
173+
- haircommander
174+
- humblec
175+
- intUnderflow
176+
- kwilczynski
177+
- rthallisey
169178
wg-policy-leads:
170179
- JimBugwadia
171180
- poonam-lamba

label_sync/labels.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ larger set of contributors to apply/remove them.
146146
| <a id="wg/iot-edge" href="#wg/iot-edge">`wg/iot-edge`</a> | Categorizes an issue or PR as relevant to WG IOT Edge.| anyone | [label](https://github.com/kubernetes-sigs/prow/tree/main/pkg/plugins/label) |
147147
| <a id="wg/multitenancy" href="#wg/multitenancy">`wg/multitenancy`</a> | Categorizes an issue or PR as relevant to WG Multitenancy.| anyone | [label](https://github.com/kubernetes-sigs/prow/tree/main/pkg/plugins/label) |
148148
| <a id="wg/naming" href="#wg/naming">`wg/naming`</a> | Categorizes an issue or PR as relevant to WG Naming.| anyone | [label](https://github.com/kubernetes-sigs/prow/tree/main/pkg/plugins/label) |
149+
| <a id="wg/node-lifecycle" href="#wg/node-lifecycle">`wg/node-lifecycle`</a> | Categorizes an issue or PR as relevant to WG Node Lifecycle.| anyone | [label](https://github.com/kubernetes-sigs/prow/tree/main/pkg/plugins/label) |
149150
| <a id="wg/policy" href="#wg/policy">`wg/policy`</a> | Categorizes an issue or PR as relevant to WG Policy.| anyone | [label](https://github.com/kubernetes-sigs/prow/tree/main/pkg/plugins/label) |
150151
| <a id="wg/reliability" href="#wg/reliability">`wg/reliability`</a> | Categorizes an issue or PR as relevant to WG Reliability| anyone | [label](https://github.com/kubernetes-sigs/prow/tree/main/pkg/plugins/label) |
151152
| <a id="wg/serving" href="#wg/serving">`wg/serving`</a> | Categorizes an issue or PR as relevant to WG Serving.| anyone | [label](https://github.com/kubernetes-sigs/prow/tree/main/pkg/plugins/label) |

label_sync/labels.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,12 @@ default:
628628
target: both
629629
prowPlugin: label
630630
addedBy: anyone
631+
- color: d2b48c
632+
description: Categorizes an issue or PR as relevant to WG Node Lifecycle.
633+
name: wg/node-lifecycle
634+
target: both
635+
prowPlugin: label
636+
addedBy: anyone
631637
- color: d2b48c
632638
description: Categorizes an issue or PR as relevant to WG Policy.
633639
name: wg/policy

0 commit comments

Comments
 (0)