forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TEAMS.yaml
92 lines (90 loc) · 2.84 KB
/
TEAMS.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# This is a YAML file mapping team aliases from GitHub to
# metadata about the team.
# Expected structure is available in pkg/internal/team/team.go.
# Finding triage_column_id:
# TriageColumnID is the column id of the project column the team uses to
# triage issues. Unfortunately, there appears to be no way to retrieve this
# programmatically from the API.
#
# To find the triage column for a project, run the following curl command:
# curl -u yourusername:githubaccesstoken -H "Accept: application/vnd.github.inertia-preview+json" \
# https://api.github.com/repos/cockroachdb/cockroach/projects
#
# Then, for the project you care about, curl its columns URL, which looks like this:
# https://api.github.com/projects/3842382/columns
#
# Find the triage column you want, and pick its ID field.
#
# TODO(otan): make this a tool.
cockroachdb/sql-features:
email: [email protected]
slack: sql-features
triage_column_id: 9056630
cockroachdb/sql-syntax-prs: # TODO: remove
email: [email protected]
slack: sql-features
triage_column_id: 9056630
cockroachdb/sql-api-prs: # TODO: remove
email: [email protected]
slack: sql-features
triage_column_id: 9056630
cockroachdb/sql-schema:
email: [email protected]
slack: sql-schema
triage_column_id: 8946818
cockroachdb/sql-execution:
email: [email protected]
slack: sql-execution
triage_column_id: 6837155
cockroachdb/sql-optimizer:
email: [email protected]
slack: sql-optimizer
triage_column_id: 3281044
cockroachdb/sql-opt-prs: # TODO: remove
email: [email protected]
slack: sql-optimizer
triage_column_id: 3281044
cockroachdb/kv:
email: [email protected]
slack: kv
triage_column_id: 3550674
cockroachdb/geospatial:
email: [email protected]
slack: geospatial
triage_column_id: 9487269
cockroachdb/dev-inf:
email: [email protected]
slack: dev-inf
triage_column_id: 10210759
cockroachdb/storage:
email: [email protected]
slack: storage
triage_column_id: 6668367
cockroachdb/appdev:
email: [email protected]
slack: app-dev
triage_column_id: 8532151
cockroachdb/security:
email: [email protected]
slack: security
triage_column_id: 0 # TODO
cockroachdb/admin-ui-prs:
email: [email protected]
slack: product-observability
triage_column_id: 6598672
cockroachdb/bulk-prs: # TODO: remove
email: [email protected]
slack: bulk-io
triage_column_id: 3097123
cockroachdb/bulk-io:
email: [email protected]
slack: bulk-io
triage_column_id: 3097123
cockroachdb/cli-prs:
email: [email protected]
slack: cli
triage_column_id: 0 # TODO
cockroachdb/rfc-prs:
email: [email protected]
slack: TODO
triage_column_id: 0 # TODO