-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCODEOWNERS
More file actions
63 lines (48 loc) · 1.19 KB
/
CODEOWNERS
File metadata and controls
63 lines (48 loc) · 1.19 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# CODEOWNERS
# See https://docs.github.com/articles/about-codeowners for syntax and rules.
# The most specific rule that matches takes precedence.
# Default owner for the entire repository
* @mrz1836
# GitHub Actions workflows
.github/actions/* @mrz1836
.github/scripts/* @mrz1836
.github/workflows/* @mrz1836
.github/env/* @mrz1836
.github/.env.base @mrz1836
.github/.env.custom @mrz1836
# MAGE-X
.mage.yaml @mrz1836
# Documentation files
*.md @mrz1836
CITATION.cff @mrz1836
# Build and makefiles
Makefile @mrz1836
.make/*.mk @mrz1836
*.mk @mrz1836
# Go module dependencies
go.mod @mrz1836
go.sum @mrz1836
# Code Coverage
codecov.yml @mrz1836
# Linter configuration
.golangci.json @mrz1836
.golangci.yml @mrz1836
# AI Config Files
.github/AGENTS.md @mrz1836
.cursorrules @mrz1836
.github/CLAUDE.md @mrz1836
# Security and configuration files
.github/SECURITY.md @mrz1836
.github/.gitleaks.toml @mrz1836
# Repository configuration
.github/labels.yml @mrz1836
.github/dependabot.yml @mrz1836
# Tech Conventions
.github/tech-conventions/* @mrz1836
# Cursor Rules
.cursorrules @mrz1836
# Devcontainer configuration
.devcontainer/* @mrz1836
.devcontainer.json @mrz1836
# Gitpod configuration
.gitpod.yml @mrz1836