Skip to content

Commit 7c208c6

Browse files
chore: drop * wildcard from CODEOWNERS to stop Dependabot review pings (#58)
The catch-all `* @hyperpolymath` line in CODEOWNERS causes GitHub to auto-request review on every Dependabot PR (since every PR touches at least one owned path under `*`). With the sole maintainer being the same user, those review requests are pure notification noise. This drops the wildcard line while preserving any path-specific ownership and SPDX/license headers. Path-specific lines are intentional and stay. Human PRs from collaborators still trigger path-owner review where applicable; Dependabot PRs typically only touch root manifest files which are no longer matched.
1 parent 05a0ff3 commit 7c208c6

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/CODEOWNERS

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
# CODEOWNERS - Code ownership for ECHIDNA
33
# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
44

5-
# Default owner for all files
6-
* @hyperpolymath
7-
5+
# Default owner for all files
6+
87
# Core prover backends
98
/src/rust/provers/ @hyperpolymath
109
/src/rust/core.rs @hyperpolymath
@@ -22,4 +21,4 @@
2221
/Containerfile @hyperpolymath
2322

2423
# SCM and machine-readable metadata
25-
/.machine_readable/ @hyperpolymath
24+
/.machine_readable/ @hyperpolymath

0 commit comments

Comments
 (0)