Add revert risk model check to autoreview#87
Add revert risk model check to autoreview#87Nirmeet-kamble wants to merge 9 commits intoWikimedia-Suomi:mainfrom
Conversation
|
@zache-fi Accidentally closed the PR earlier , raising it again. |
zache-fi
left a comment
There was a problem hiding this comment.
ruff check and python manage.py test fails. Also the there is new migrations which arent include (ie. python manage.py makemigration result migration is missing from commit.
Also the opening web page fails so result is unable to test, but i was generally happy that there were code for configuration UI.
| </body> | ||
| </section> | ||
| </div> | ||
| {% endverbatim %} |
There was a problem hiding this comment.
This throws an error "TemplateSyntaxError : Exception Value: Invalid block tag on line 432: 'endverbatim'. Did you forget to register or load this tag?" . As it is outside of body and duplicated this is error in merge?
There was a problem hiding this comment.
python manage.py test result is FAILED (errors=7)
|
@zache-fi Can you please review this? |

Address : #7
Integrates revert risk model to block auto-approval of edits with a high revert probability. Includes threshold configuration
Added unit tests.