diff options
| author | Adonais Romero González <[email protected]> | 2023-08-11 15:56:56 -0700 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2023-08-11 15:56:56 -0700 |
| commit | 08f62393eaba953b97dce85c2ab80c6def9522fd (patch) | |
| tree | 3e2abe69ea1d6a8956f382260f32cf68211cbdcf | |
| parent | c0e5e477a89dc3fbc206e86a1ed03f8e659cc432 (diff) | |
| parent | b999d84d456525d283441aed977dacac33f88c38 (diff) | |
Merge branch 'main' into develop
| -rw-r--r-- | .github/CODEOWNERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..38729c12 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# GitHub configuration +/.github/ @NeoAdonis + +# Code Scanning workflow +/.github/workflows/Code-Scanning.yml @NeoAdonis + +# Root files +/* @NeoAdonis |
