Skip to content

Commit

Permalink
Remove app filter for support review and alpha tester labels
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Oct 1, 2024
1 parent cf478ce commit 63c999d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submit.go
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ func (s *submitServer) submitLinearIssue(ctx context.Context, p parsedPayload, l
if isInternal {
p.IsInternal = true
labelIDs = append(labelIDs, labelInternalUser)
} else if teamID != linearTeamA8cDesktop && teamID != linearTeamA8CiOS {
} else {
labelIDs = append(labelIDs, labelSupportReview)
if p.MatrixWhoami != nil && p.MatrixWhoami.UserInfo.Channel == "NIGHTLY" {
labelIDs = append(labelIDs, labelNightlyUser)
Expand Down

0 comments on commit 63c999d

Please sign in to comment.