github / cleanowners

A GitHub Action to suggest removal of non-organization members from CODEOWNERS files
MIT License
109 stars 7 forks source link

code too complex #91

Open zkoppert opened 3 months ago

zkoppert commented 3 months ago

Describe the bug

Code is too complex: There are a few long methods in the file cleanowners.py that could be broken down into smaller, more manageable pieces. Particularly, the main method is quite long. Breaking down complex methods into smaller ones enhances readability and maintainability. Please consider refactoring this method into smaller ones, each performing a specific task.

To Reproduce

look at the code

Expected behavior

code is better organized

Screenshots

No response

Additional context

No response

github-actions[bot] commented 2 months ago

This issue is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 14 days.