mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #6112 from dearblue/labeler
Update labeler.yml for version 5
This commit is contained in:
+43
-22
@@ -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/**/*
|
||||
|
||||
Reference in New Issue
Block a user