Merge pull request #6112 from dearblue/labeler

Update labeler.yml for version 5
This commit is contained in:
Yukihiro "Matz" Matsumoto
2023-12-10 20:01:17 +09:00
committed by GitHub
+43 -22
View File
@@ -1,29 +1,50 @@
benchmark:
- benchmark/**/*
- any:
- changed-files:
- any-glob-to-any-file:
- benchmark/**/*
build:
- Makefile
- Rakefile
- build_config/**/*
- lib/**/*
- tasks/**/*
- any:
- changed-files:
- any-glob-to-any-file:
- Makefile
- Rakefile
- build_config/**/*
- lib/**/*
- tasks/**/*
core:
- include/**/*
- mrblib/**/*
- src/**/*
- test/**/*
- any:
- changed-files:
- any-glob-to-any-file:
- include/**/*
- mrblib/**/*
- src/**/*
- test/**/*
doc:
- CONTRIBUTING.md
- LEGAL
- LICENSE
- NEWS
- README.md
- SECURITY.md
- TODO.md
- doc/**/*
- examples/**/*
- any:
- changed-files:
- any-glob-to-any-file:
- CONTRIBUTING.md
- LEGAL
- LICENSE
- NEWS
- README.md
- SECURITY.md
- TODO.md
- doc/**/*
- examples/**/*
github:
- .github/**/*
- any:
- changed-files:
- any-glob-to-any-file:
- .github/**/*
mrbgems:
- mrbgems/**/*
- any:
- changed-files:
- any-glob-to-any-file:
- mrbgems/**/*
oss-fuzz:
- oss-fuzz/**/*
- any:
- changed-files:
- any-glob-to-any-file:
- oss-fuzz/**/*