diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-11-14 15:48:36 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2020-11-14 15:48:36 -0700 |
commit | 7f645bc2f91fa3aaf764f2d3bb3c2b59a91fca4e (patch) | |
tree | 33b613cf41d923031e6c40240b2af9459e7608b6 /.github | |
parent | c2313555d7d202e732872e9a55d717d368004aa1 (diff) | |
download | numpy-7f645bc2f91fa3aaf764f2d3bb3c2b59a91fca4e.tar.gz |
MAINT: Add BLD and STY to labeler prefixes.
[ci skip]
Diffstat (limited to '.github')
-rw-r--r-- | .github/pr-prefix-labeler.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/pr-prefix-labeler.yml b/.github/pr-prefix-labeler.yml index b50def97e..ab7ad9d28 100644 --- a/.github/pr-prefix-labeler.yml +++ b/.github/pr-prefix-labeler.yml @@ -1,12 +1,14 @@ "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" |