kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at cd7cada2f86b4e866a15b4323bb8d6d7ab5bba8b 3 lines 121 B view raw
1export function isSystemLabelName(name: string) { 2 return name.startsWith("priority:") || name.startsWith("status:"); 3}