mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-08-18 11:02:10 +00:00
13 lines
362 B
Plaintext
13 lines
362 B
Plaintext
# Reference: https://github.com/marketplace/actions/codeowners-plus#codeowners-file-spec
|
|
|
|
# Fallback: request Vaxry's review
|
|
* @vaxerski
|
|
|
|
# CI: request @fufexan's review
|
|
.github/workflows/** @fufexan
|
|
|
|
# Hyprtester (framework): CC @kolayne
|
|
? hyprtester/src/* @kolayne
|
|
|
|
# Fullscreen (framework and implementation): CC @erstarr
|
|
? src/managers/fullscreen/** @erstarr |