Select the types of activity you want to include in your feed.
1export function isSystemLabelName(name: string) { 2 return name.startsWith("priority:") || name.startsWith("status:"); 3}