std/.github/labeler.yml
2024-05-21 13:13:24 +09:00

118 lines
2.4 KiB
YAML

archive:
- changed-files:
- any-glob-to-any-file: archive/**
assert:
- changed-files:
- any-glob-to-any-file: assert/**
async:
- changed-files:
- any-glob-to-any-file: async/**
bytes:
- changed-files:
- any-glob-to-any-file: bytes/**
cli:
- changed-files:
- any-glob-to-any-file: cli/**
collections:
- changed-files:
- any-glob-to-any-file: collections/**
crypto:
- changed-files:
- any-glob-to-any-file: crypto/**
csv:
- changed-files:
- any-glob-to-any-file: csv/**
data-structures:
- changed-files:
- any-glob-to-any-file: data_structures/**
datetime:
- changed-files:
- any-glob-to-any-file: datetime/**
dotenv:
- changed-files:
- any-glob-to-any-file: dotenv/**
encoding:
- changed-files:
- any-glob-to-any-file: encoding/**
expect:
- changed-files:
- any-glob-to-any-file: expect/**
fmt:
- changed-files:
- any-glob-to-any-file: fmt/**
front-matter:
- changed-files:
- any-glob-to-any-file: front_matter/**
fs:
- changed-files:
- any-glob-to-any-file: fs/**
html:
- changed-files:
- any-glob-to-any-file: html/**
http:
- changed-files:
- any-glob-to-any-file: 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/**
json:
- changed-files:
- any-glob-to-any-file: json/**
jsonc:
- changed-files:
- any-glob-to-any-file: jsonc/**
log:
- changed-files:
- any-glob-to-any-file: log/**
media-types:
- changed-files:
- any-glob-to-any-file: media_types/**
msgpack:
- changed-files:
- any-glob-to-any-file: msgpack/**
net:
- changed-files:
- any-glob-to-any-file: net/**
path:
- changed-files:
- any-glob-to-any-file: path/**
regexp:
- changed-files:
- any-glob-to-any-file: regexp/**
semver:
- changed-files:
- any-glob-to-any-file: semver/**
streams:
- changed-files:
- any-glob-to-any-file: streams/**
testing:
- changed-files:
- any-glob-to-any-file: testing/**
text:
- changed-files:
- any-glob-to-any-file: text/**
toml:
- changed-files:
- any-glob-to-any-file: toml/**
ulid:
- changed-files:
- any-glob-to-any-file: ulid/**
url:
- changed-files:
- any-glob-to-any-file: 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/**