Skip to content
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

labels: Add area/artifacts label to additional repos #20111

Merged
merged 1 commit into from
Dec 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions label_sync/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ larger set of contributors to apply/remove them.

| Name | Description | Added By | Prow Plugin |
| ---- | ----------- | -------- | --- |
| <a id="area/artifacts" href="#area/artifacts">`area/artifacts`</a> | Issues or PRs related to the hosting of release artifacts for subprojects| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) |
| <a id="area/release-eng" href="#area/release-eng">`area/release-eng`</a> | Issues or PRs related to the Release Engineering subproject <br><br> This was previously `area/release-infra`, | label | |

## Labels that apply to kubernetes-sigs/kind, for both issues and PRs
Expand Down Expand Up @@ -296,6 +297,7 @@ larger set of contributors to apply/remove them.

| Name | Description | Added By | Prow Plugin |
| ---- | ----------- | -------- | --- |
| <a id="area/artifacts" href="#area/artifacts">`area/artifacts`</a> | Issues or PRs related to the hosting of release artifacts for subprojects| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) |
| <a id="area/code-organization" href="#area/code-organization">`area/code-organization`</a> | Issues or PRs related to kubernetes code organization| label | |
| <a id="area/conformance" href="#area/conformance">`area/conformance`</a> | Issues or PRs related to kubernetes conformance tests| label | |
| <a id="area/deflake" href="#area/deflake">`area/deflake`</a> | Issues or PRs related to deflaking kubernetes tests| label | |
Expand Down Expand Up @@ -337,12 +339,14 @@ larger set of contributors to apply/remove them.

| Name | Description | Added By | Prow Plugin |
| ---- | ----------- | -------- | --- |
| <a id="area/artifacts" href="#area/artifacts">`area/artifacts`</a> | Issues or PRs related to the hosting of release artifacts for subprojects| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) |
| <a id="area/release-eng" href="#area/release-eng">`area/release-eng`</a> | Issues or PRs related to the Release Engineering subproject <br><br> This was previously `area/release-infra`, | label | |

## Labels that apply to kubernetes/sig-release, for both issues and PRs

| Name | Description | Added By | Prow Plugin |
| ---- | ----------- | -------- | --- |
| <a id="area/artifacts" href="#area/artifacts">`area/artifacts`</a> | Issues or PRs related to the hosting of release artifacts for subprojects| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) |
| <a id="area/enhancements" href="#area/enhancements">`area/enhancements`</a> | Issues or PRs related to the Enhancements subproject| label | |
| <a id="area/release-eng" href="#area/release-eng">`area/release-eng`</a> | Issues or PRs related to the Release Engineering subproject <br><br> This was previously `area/release-infra`, | label | |
| <a id="area/release-team" href="#area/release-team">`area/release-team`</a> | Issues or PRs related to the release-team subproject| label | |
Expand All @@ -351,6 +355,7 @@ larger set of contributors to apply/remove them.

| Name | Description | Added By | Prow Plugin |
| ---- | ----------- | -------- | --- |
| <a id="area/artifacts" href="#area/artifacts">`area/artifacts`</a> | Issues or PRs related to the hosting of release artifacts for subprojects| anyone | [label](https://git.k8s.io/test-infra/prow/plugins/label) |
| <a id="area/boskos" href="#area/boskos">`area/boskos`</a> | Issues or PRs related to code in /boskos| label | |
| <a id="area/code-organization" href="#area/code-organization">`area/code-organization`</a> | Issues or PRs related to kubernetes code organization| label | |
| <a id="area/config" href="#area/config">`area/config`</a> | Issues or PRs related to code in /config| label | |
Expand Down
30 changes: 30 additions & 0 deletions label_sync/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,12 @@ repos:
name: area/api
target: issues
addedBy: label
- color: 0052cc
description: Issues or PRs related to the hosting of release artifacts for subprojects
name: area/artifacts
target: both
prowPlugin: label
addedBy: anyone
- color: 0052cc
description: Issues or PRs related to kubernetes code organization
name: area/code-organization
Expand Down Expand Up @@ -1038,6 +1044,12 @@ repos:
addedBy: label
kubernetes/release:
labels:
- color: 0052cc
description: Issues or PRs related to the hosting of release artifacts for subprojects
name: area/artifacts
target: both
prowPlugin: label
addedBy: anyone
- color: 0052cc
description: Issues or PRs related to the Release Engineering subproject
name: area/release-eng
Expand All @@ -1047,6 +1059,12 @@ repos:
addedBy: label
kubernetes/sig-release:
labels:
- color: 0052cc
description: Issues or PRs related to the hosting of release artifacts for subprojects
name: area/artifacts
target: both
prowPlugin: label
addedBy: anyone
- color: 0052cc
description: Issues or PRs related to the Enhancements subproject
name: area/enhancements
Expand All @@ -1066,6 +1084,12 @@ repos:
addedBy: label
kubernetes/test-infra:
labels:
- color: 0052cc
description: Issues or PRs related to the hosting of release artifacts for subprojects
name: area/artifacts
target: both
prowPlugin: label
addedBy: anyone
- color: 0052cc
description: Issues or PRs related to code in /robots
name: area/robots
Expand Down Expand Up @@ -1578,6 +1602,12 @@ repos:
addedBy: humans
kubernetes-sigs/k8s-container-image-promoter:
labels:
- color: 0052cc
description: Issues or PRs related to the hosting of release artifacts for subprojects
name: area/artifacts
target: both
prowPlugin: label
addedBy: anyone
- color: 0052cc
description: Issues or PRs related to the Release Engineering subproject
name: area/release-eng
Expand Down