according to API docs the position parameter is deprecated but PyGithub is still using it so I get this error:
TypeError: create_review_comment() missing 1 required positional argument: 'position'
New API arguments are not working:
TypeError: create_review_comment() got an unexpected keyword argument 'line'