openreview-py
openreview-py copied to clipboard
Venue and Journal workflows: add invitation id and signature to post_message
- Include
invitationandsignatureinto the post_message call, these fields are optional to keep backward compatibility - Use meta invitation to post messages as organizers
- Create a message invitation for each submissions to ACs and SACs can remind reviewers of each assigned paper
- Fix tests
https://github.com/openreview/openreview-py/blob/c26b72e13de9b47392c538494521ad640d3464a5/openreview/journal/process/recruit_ae_process.py#L1
https://github.com/openreview/openreview-py/blob/c26b72e13de9b47392c538494521ad640d3464a5/openreview/journal/process/recruit_ae_process.py#L11
I think "note" needs to change to "edit"? This was also changed in recruit_process.py
This PR is ready to be reviewed and merged, thanks!