返回 DeepSeek-Reasonix
CODEOWNERS
根目录 / .github / CODEOWNERS
1 # Every pull request requests review from the maintainers below.
2 # Either maintainer can review and merge any change.
3 * @SivanCola @esengine
4
5 # Keep the provider-side signing policy and its GitHub control plane under the
6 # same explicit review boundary as the machine-readable contract.
7 /.signpath/ @SivanCola @esengine
8 /.github/workflows/release-stable.yml @SivanCola @esengine
9 /.github/workflows/release-stable-trigger.yml @SivanCola @esengine
10 /.github/workflows/release-desktop.yml @SivanCola @esengine
11 /scripts/complete-signpath-request.ps1 @SivanCola @esengine
12 /scripts/package-windows-desktop.sh @SivanCola @esengine
13 /scripts/verify-windows-authenticode.ps1 @SivanCola @esengine
14 /cmd/signpath-contract/ @SivanCola @esengine
15
15 lines Plain Text