mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
8e3b361aeb
#1219 had an issue with noisy testing label. Investigated if there is a syntax to make it more exclusive, but turns out there isn't one yet. So let's remove an manually add it in as needed. Fixes #1219.
49 lines
1.1 KiB
YAML
49 lines
1.1 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
|
|
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/**
|