Skip to content

Commit da8fcba

Browse files
scripts: Add tool to detect inactive GitHub codeowners
Introduces a Python script that checks CODEOWNERS against GitHub activity (commits, reviews, PR/issue comments) over a configurable time period. Features rate limiting, retry logic with exponential backoff, and verbose mode for debugging API queries. Co-Authored-By: Claude <[email protected]> Signed-off-by: Stefano Garzarella <[email protected]>
1 parent 72dab8f commit da8fcba

File tree

2 files changed

+577
-0
lines changed

2 files changed

+577
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.idea/*
2+
__pycache__/

0 commit comments

Comments
 (0)