summaryrefslogtreecommitdiff
path: root/.github/pr-prefix-labeler.yml
blob: 2b95f1f314f69cdda44d1267debf9ddd8ab49c48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"API": "30 - API"
"BENCH": "28 - Benchmark"
"BUG": "00 - Bug"
"BLD": "36 - Build"
"DEP": "07 - Deprecation"
"DEV": "16 - Development"
"DOC": "04 - Documentation"
"ENH": "01 - Enhancement"
"MAINT": "03 - Maintenance"
"REV": "34 - Reversion"
"STY": "03 - Maintenance"
"TST": "05 - Testing"
"REL": "14 - Release"
"WIP": "25 - WIP"
"TYP": "static typing"