Skip to content

Commit 9dfbaaa

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. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
1 parent 72dab8f commit 9dfbaaa

File tree

3 files changed

+420
-0
lines changed

3 files changed

+420
-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)