Pablo H. 03b37037d6
feat: awx community bug scrub script (#15869)
* feat: awx community bug scrub script

---------

Co-authored-by: thedoubl3j <jljacks93@gmail.com>
2025-03-11 14:07:54 -04:00

19 lines
365 B
Markdown

# Community BugScrub tooling
Small python script that automatically distributes PRs and Issues given a list of `people` and dumps the contents in a Spreadsheet.
To be used when distributing the work of reviewing community contributions.
## Usage
Install requirements.
```
pip install -r requirements.txt
```
Get the usage.
```
python generate-sheet.py -h
```