Skip to content

Commit

Permalink
ENH: Add further regexes for the issue/PR labeler
Browse files Browse the repository at this point in the history
Add further regexes for the issue/PR labeler so that they can be better
characterized.
  • Loading branch information
jhlegarreta committed Oct 2, 2021
1 parent ed5c976 commit bffcf33
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ area:Numerics:
files:
- "Modules/Numerics/*"

area:Nonunit:
files:
- "src/Nonunit/*"

area:Python wrapping:
files:
- "Modules/Generators/Python/*"
Expand Down Expand Up @@ -81,6 +85,14 @@ area:Video:
files:
- "Modules/Video/*"

type:Data:
files:
- ".*.jpeg"
- ".*.jpg"
- ".*.md5"
- ".*.png"
- ".*.sha512"

type:Testing:
files:
- "Testing/*"
Expand Down

0 comments on commit bffcf33

Please sign in to comment.