Skip to content

Commit

Permalink
Add new Beeper iOS project to linear.go
Browse files Browse the repository at this point in the history
  • Loading branch information
blau2 authored May 6, 2024
1 parent cd60ded commit 41fc920
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linear.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const (
linearTeamBooperEng = "f477325d-646a-49f4-9d69-bf0e81be71c9"
linearTeamBleeper = "7921fd20-54a4-4aab-acc2-a8d31128d71f"
linearTeamA8cDesktop = "bf34ce9c-1187-40f8-b749-5f60f6e52436"
linearTeamA8CiOS = "bb037da9-b240-4cf8-a47c-eceed138e45a"
)

const (
Expand Down Expand Up @@ -62,6 +63,7 @@ var appToTeamID = map[string]string{
"beeper-desktop": linearTeamDesktop,
"bleeper": linearTeamBleeper,
"beeper-a8c-desktop": linearTeamA8cDesktop,
"beeper-a8c-ios": linearTeamA8CiOS
}

var problemToLabelID = map[string]string{
Expand Down

0 comments on commit 41fc920

Please sign in to comment.