mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-05 19:06:44 +00:00
docs: specify labels that apply to each area
If this work as intended PR will automatically get the area labels depending on the files he modified. In case the user wants it can still apply other areas manually, by slash command, or editing the PR template during the opening of the PR. Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
parent
6833d8a022
commit
a019b54fe6
2
docker/OWNERS
Normal file
2
docker/OWNERS
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
labels:
|
||||||
|
- area/integration
|
2
examples/OWNERS
Normal file
2
examples/OWNERS
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
labels:
|
||||||
|
- area/examples
|
2
integrations/OWNERS
Normal file
2
integrations/OWNERS
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
labels:
|
||||||
|
- area/integration
|
@ -7,4 +7,6 @@ reviewers:
|
|||||||
- mfdii
|
- mfdii
|
||||||
- kaizhe
|
- kaizhe
|
||||||
- mstemm
|
- mstemm
|
||||||
|
labels:
|
||||||
|
- area/rules
|
||||||
|
|
||||||
|
2
test/OWNERS
Normal file
2
test/OWNERS
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
labels:
|
||||||
|
- area/tests
|
2
tests/OWNERS
Normal file
2
tests/OWNERS
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
labels:
|
||||||
|
- area/tests
|
2
userspace/engine/OWNERS
Normal file
2
userspace/engine/OWNERS
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
labels:
|
||||||
|
- area/engine
|
Loading…
Reference in New Issue
Block a user