-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
33 lines (21 loc) · 859 Bytes
/
CODEOWNERS
File metadata and controls
33 lines (21 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Code Owners
# This file was migrated from Dependabot reviewers configuration to use GitHub's native CODEOWNERS functionality.
# It defines who should be automatically requested for review when changes are made to specific parts of the codebase.
# Default owners for everything in the repository
- @muhammedaksam
# Package management files - for dependency updates
package.json @muhammedaksam
package-lock.json @muhammedaksam
yarn.lock @muhammedaksam
pnpm-lock.yaml @muhammedaksam
pnpm-workspace.yaml @muhammedaksam
npm-shrinkwrap.json @muhammedaksam
# GitHub Actions and workflow files
.github/workflows/_.yml @muhammedaksam
.github/workflows/_.yaml @muhammedaksam
action.yml @muhammedaksam
action.yaml @muhammedaksam
# Dependabot configuration
.github/dependabot.yml @muhammedaksam
# Other important configuration files
.github/ @muhammedaksam