From 6ace63a0d3e4cab6215e069ff814ea3253657ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Thu, 29 Feb 2024 17:42:26 +0100 Subject: [PATCH] Update editorial_bot.md --- docs/editorial_bot.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/editorial_bot.md b/docs/editorial_bot.md index 31acd236..b21b4110 100644 --- a/docs/editorial_bot.md +++ b/docs/editorial_bot.md @@ -196,13 +196,7 @@ A series of checks can be run on the submitted repository with the command: @editorialbot check repository ``` -EditorialBot will report back with an analysis of the source code and list authorship, contributions and file types information. EditorialBot will also detect the languages used in the repository, will count the number of words in the paper file and will look for an Open Source License and for a *Statement of need* section in the paper. - -It is possible to run the checks on a specific git branch: - -```text -@editorialbot check repository from branch -``` +EditorialBot will report back with an analysis of the source code and list authorship, contributions and file types information. EditorialBot will also label the issue with the top languages used in the repository, will count the number of words in the paper file, will look for an Open Source License and for a *Statement of need* section in the paper. ### Post-review checklist @@ -302,7 +296,7 @@ JOSS editors-in-chief can withdraw a submission with the following command: @editorialbot check references # Perform checks on the repository -@editorialbot check repository [from branch ] +@editorialbot check repository # Adds a checklist for the reviewer using this command @editorialbot generate my checklist