ROpenSci :: Set due date

This responder can be used to add or change the review due date for a current reviewer.

Listens to

@botname set due date for @reviewer to YYYY-MM-DD

Requirements

The body of the issue should have the reviewers-list and the due-dates-list placeholders marked with HTML comments:

<!--reviewers-list-->  <!--end-reviewers-list-->
<!--due-dates-list-->  <!--end-due-dates-list-->

The reviewer should be already listed in the reviewers list

The format for the due date must be YYYY-MM-DD

The new due date can not be in the past

Settings key

ropensci_set_due_date

Examples

Restricted to editors:

...
  responders:
    ropensci_set_due_date:
      only:
        - editors
...

In action

  • Initial state:

Initial issue’s body ../../_images/ropensci_set_due_date_1.png

  • Invocation:

Set new due date for a reviewer ../../_images/ropensci_set_due_date_2.png

  • Final state:

Issue’s body with new due date info

../../_images/ropensci_set_due_date_3.png