mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
feat: awx community bug scrub script (#15869)
* feat: awx community bug scrub script --------- Co-authored-by: thedoubl3j <jljacks93@gmail.com>
This commit is contained in:
19
tools/community-bugscrub/README.md
Normal file
19
tools/community-bugscrub/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user