Files
bun.sh/.github/CODEOWNERS
Alistair Smith 6e9d57a953 Auto assign @alii on anything with types (#22581)
Adds a GitHub workflow to assign me on anything with the `types` label
2025-09-11 14:28:31 -07:00

10 lines
141 B
Plaintext

# Project
/.github/CODEOWNERS @Jarred-Sumner
# Tests
/test/expectations.txt @Jarred-Sumner
# Types
*.d.ts @alii
/packages/bun-types/ @alii