mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
docs/codeowners: Add preliminary code owner file
This code owner file is auto-generated by the Python script in tools/ based off the git logs. It will allow new contributors to get better auto-suggestions for which reviewers to request on their PRs. It also creates an easy way to track down authors of certain NuttX subsystems when refactors/changes are to be made. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
This commit is contained in:
+22909
File diff suppressed because it is too large
Load Diff
@@ -17,8 +17,10 @@ on:
|
||||
paths-ignore:
|
||||
- 'AUTHORS'
|
||||
- 'CONTRIBUTING.md'
|
||||
- '**/CODEOWNERS'
|
||||
- 'Documentation/**'
|
||||
- 'tools/ci/docker/linux/**'
|
||||
- 'tools/codeowners/*'
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'AUTHORS'
|
||||
@@ -304,7 +306,7 @@ jobs:
|
||||
zlib-devel
|
||||
cmake
|
||||
ninja
|
||||
python-pip
|
||||
python-pip
|
||||
vim
|
||||
|
||||
- name: pip3 install
|
||||
|
||||
Reference in New Issue
Block a user