summaryrefslogtreecommitdiffstats
path: root/.github/scripts/telegram/data_examples/team_leads_example.json
blob: 68dcb19151e758642966f9c57e9d2f5cbe1c8cfe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "Unknown": "@unknownresponsible",
  "appteam": "@appteamresponsible",
  "engineering": ["@engineeringlead1", "@engineeringlead2"],
  "fq": "@fqresponsible",
  "qp": ["@qplead", "@qptechlead"],
  "system-infra": "@systeminfraresponsible",
  "platform": ["@platformlead", "@platformarchitect"],
  "storage": "@storageresponsible",
  "analytics": "@analyticsresponsible",
  "security": ["@securitylead", "@securityengineer"],
  "devops": "@devopsresponsible",
  "qa": ["@qalead", "@qaautomationlead"],
  "infrastructure": "@infrastructureresponsible"
}