I need to attach an excel file which contains details required for approving a pull request. So we have to attach this excel file to the pull request.
I am using python request.post method to create a pull request. We don't have attachments endpoint. Can you provide a way for achieving this? I am good with at least adding this file as a comment.