Skip to content

Commit

Permalink
add DNS ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Feb 5, 2024
1 parent 7cbe850 commit 34a4599
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/cmd/sync-github-issue-to-jira/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ var (

"service/access",
"service/cache",
"service/dns",
"service/iam",
"service/load_balancing",
"service/logs",
Expand Down Expand Up @@ -156,6 +157,10 @@ var (
teamName: "ZT Device Services",
owner: "suhrit",
},
"service/dns": {
teamName: "DNS",
owner: "elmerot",
},
}
)

Expand Down

0 comments on commit 34a4599

Please sign in to comment.