Skip to content

Commit

Permalink
CODEOWNERS fixes (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey authored Nov 14, 2021
1 parent 41ff171 commit e6ad36b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/codeowners.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Codeowners
on:
push:
paths:
- "CODEOWNERS"
pull_request:
paths:
- "CODEOWNERS"
jobs:
Validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: mszostok/[email protected]
with:
checks: "files,duppatterns"
experimental_checks: "notowned"
14 changes: 7 additions & 7 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
/src/Core/Silk.NET.Core @Perksey
/src/Core/Silk.NET.Core.Win32Extras @Perksey

# BuildTools
/src/Core/Silk.NET.BuildTools @Perksey
/**/*.gen.cs @Perksey
# Input
/src/Input/**/*.cs @ThomasMiz

# Vulkan
/src/Vulkan/**/!*.gen.cs @HurricanKai
/src/Vulkan/**/*.cs @HurricanKai

# OpenGL
/src/OpenGL/**/!*.gen.cs @ThomasMiz
/src/OpenGL/**/*.cs @ThomasMiz

# Input
/src/Input/**/!*.gen.cs @ThomasMiz
# BuildTools
/src/Core/Silk.NET.BuildTools @Perksey
/**/*.gen.cs @Perksey

0 comments on commit e6ad36b

Please sign in to comment.