mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
df6b384e31
Bit easier to do this as everything seems to be sorted into logical folders. You may need to add new labels to support this however.
53 lines
1.2 KiB
YAML
53 lines
1.2 KiB
YAML
# https://github.com/actions/labeler
|
|
|
|
documentation:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- README.md
|
|
- LICENSE
|
|
- CONTRIBUTING.md
|
|
- libc/README.md
|
|
- tool/cosmocc/README.md
|
|
- third_party/getopt/README.txt
|
|
testing:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- test/**
|
|
build:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- build/**
|
|
- Makefile
|
|
- '*/*.mk'
|
|
examples:
|
|
- changed-files:
|
|
- any-glob-to-any-file: examples/**
|
|
devops:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- .github/**
|
|
- .clang-format
|
|
dsp:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- dsp/**
|
|
ape:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- ape/**
|
|
libc:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- libc/**
|
|
net:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- net/**
|
|
third_party:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- third_party/**
|
|
tool:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- tool/**
|