mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
* adding in code owner file to protect .github folder * moving stuff * adding codeownerfile to spellcheck * Update .github/CODEOWNERS Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com> --------- Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
4 lines
313 B
Plaintext
4 lines
313 B
Plaintext
# Protect `.github` folder except the spell-check rules inside it. (The exception happens by not defining any owner user or group for the path.)
|
|
# Protection of the spell-check rules makes no sense as it needs to be changed in nearly every PR.
|
|
/.github/ @crutkas @DHowett @ethanfangg
|
|
/.github/actions/spell-check/ |