Skip to content

Commit

Permalink
chore: update .github/labeler.yml (#4786)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed May 21, 2024
1 parent 2794ef3 commit c816314
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ crypto:
csv:
- changed-files:
- any-glob-to-any-file: csv/**
data_structures:
data-structures:
- changed-files:
- any-glob-to-any-file: data_structures/**
datetime:
Expand All @@ -40,7 +40,7 @@ expect:
fmt:
- changed-files:
- any-glob-to-any-file: fmt/**
front_matter:
front-matter:
- changed-files:
- any-glob-to-any-file: front_matter/**
fs:
Expand All @@ -55,6 +55,9 @@ http:
ini:
- changed-files:
- any-glob-to-any-file: ini/**
internal:
- changed-files:
- any-glob-to-any-file: internal/**
io:
- changed-files:
- any-glob-to-any-file: io/**
Expand All @@ -67,7 +70,7 @@ jsonc:
log:
- changed-files:
- any-glob-to-any-file: log/**
media_types:
media-types:
- changed-files:
- any-glob-to-any-file: media_types/**
msgpack:
Expand All @@ -85,9 +88,6 @@ regexp:
semver:
- changed-files:
- any-glob-to-any-file: semver/**
signal:
- changed-files:
- any-glob-to-any-file: signal/**
streams:
- changed-files:
- any-glob-to-any-file: streams/**
Expand All @@ -109,6 +109,9 @@ url:
uuid:
- changed-files:
- any-glob-to-any-file: uuid/**
webgpu:
- changed-files:
- any-glob-to-any-file: webgpu/**
yaml:
- changed-files:
- any-glob-to-any-file: yaml/**

0 comments on commit c816314

Please sign in to comment.