Skip to content

Commit b0642f2

Browse files
ci(labels): update label config
1 parent aa92f14 commit b0642f2

File tree

4 files changed

+16
-65
lines changed

4 files changed

+16
-65
lines changed

.github/configs/labels.yaml

Lines changed: 0 additions & 64 deletions
This file was deleted.
File renamed without changes.

.github/labels.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
# =================================================================================================
3+
# Areas
4+
# =================================================================================================
5+
- name: area/docker
6+
color: "3970E4"
7+
- name: area/github
8+
color: "000000"
9+
- name: area/go
10+
color: "844FBA"
11+
12+
# =================================================================================================
13+
# Misc.
14+
# =================================================================================================
15+
- name: community-feedback-required
16+
color: "ff00ff"

.github/workflows/label-sync.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,4 @@ jobs:
5151
with:
5252
dry-run: "${{ (inputs.dry-run || github.event_name == 'pull_request') == true }}"
5353
token: "${{ steps.app-token.outputs.token }}"
54-
delete-other-labels: true
5554
config-file: .github/configs/labels.yaml

0 commit comments

Comments
 (0)