From bee3621e6c2c6258cfa982ed47bf4fae1e38f58f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Thu, 14 Sep 2023 11:25:47 +0200 Subject: [PATCH] Add reaccept command to the editorialbot docs --- docs/editorial_bot.md | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/docs/editorial_bot.md b/docs/editorial_bot.md index b7bfe168..922da360 100644 --- a/docs/editorial_bot.md +++ b/docs/editorial_bot.md @@ -241,6 +241,17 @@ If everything looks good with the draft proofs from the `@editorialbot recommend EditorialBot will accept the paper, assign it a DOI, deposit it and publish the paper. +### Updating an already accepted paper + +If the draft has been updated after a paper has been published, JOSS editors-in-chief can update the published info and PDF with the following command: + +```text +@editorialbot reaccept +``` + +EditorialBot will update the published paper and re-deposit it. + + ### Rejecting a paper JOSS editors-in-chief can reject a submission with the following command: @@ -304,12 +315,6 @@ JOSS editors-in-chief can withdraw a submission with the following command: # Set a value for repository @editorialbot set https://github.com/org/repo as repository -# Reject paper -@editorialbot reject - -# Withdraw paper -@editorialbot withdraw - # Invite an editor to edit a submission (sending them an email) @editorialbot invite @(.*) as editor @@ -328,6 +333,15 @@ JOSS editors-in-chief can withdraw a submission with the following command: # Accept and publish the paper @editorialbot accept +# Update an accepted paper +@editorialbot reaccept + +# Reject paper +@editorialbot reject + +# Withdraw paper +@editorialbot withdraw + # Flag submission with questionable scope @editorialbot query scope