1[ 2 { 3 "section": "High Priority Bugs", 4 "labels": ["bug", "priority: high"], 5 "threshold": 0 6 }, 7 { 8 "section": "Medium Priority Bugs", 9 "labels": ["bug", "priority: medium"], 10 "threshold": 20 11 }, 12 { 13 "section": "Low Priority Bugs", 14 "labels": ["bug", "priority: low"], 15 "threshold": 100 16 }, 17 { 18 "section": "Enhancements", 19 "labels": ["Enhancement"], 20 "threshold": 500 21 }, 22 { 23 "section": "Features", 24 "labels": ["Feature"], 25 "threshold": 100 26 }, 27 { 28 "section": "Questions", 29 "labels": ["question"], 30 "threshold": 100 31 }, 32 { 33 "section": "Static Analysis", 34 "labels": ["Coverity"], 35 "threshold": 100 36 } 37] 38