-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCODEOWNERS
More file actions
48 lines (37 loc) · 944 Bytes
/
CODEOWNERS
File metadata and controls
48 lines (37 loc) · 944 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# 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/workflows/* @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
sweep.yml @mrz1836
# Security and configuration files
.github/SECURITY.md @mrz1836
.github/.gitleaks.toml @mrz1836
# Repository configuration
.github/labels.yml @mrz1836
.github/dependabot.yml @mrz1836