Skip to content

Commit

Permalink
add addressing owners
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Oct 24, 2023
1 parent e79d6d4 commit 42eb7c3
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 @@ -86,6 +86,7 @@ var (
"service/workers",
"service/zones",
"service/bot_management",
"service/addressing",
}

// Mapping of service label to owning internal team.
Expand Down Expand Up @@ -146,6 +147,10 @@ var (
teamName: "Bot Management",
owner: "ali",
},
"service/addressing": {
teamName: "Address",
owner: "jabley",
},
}
)

Expand Down

0 comments on commit 42eb7c3

Please sign in to comment.