Skip to content

Question - add a responder similar to what ROS has for approve package #16

@lwasser

Description

@lwasser

Hi! ropensci has an approve responder which we could use as well.

Their responder does the following. :

ROpenSci :: Approve
This responder is used to approve a package. It performs a series of tasks:

Adds date-accepted to the body of the issue

Clears reviewers’ current_assignment in AirTable

Creates a new team named like the package-name and invites the creator of the issue to it (owner right needed)

Can reply with a template

Allows labeling

Closes the issue

If the submission-type is stats it checks if stasgrade is present and if so adds the proper label

We'd likely want a subset of this

pyOS Approve

This responder is used to approve a package. It performs a series of tasks:

  • Adds date-accepted to the header body of the issue
  • Can reply with a template and ingest templated data items into the template such as package-name, reviewer names and author name.
  • Allows labeling

How hard would it be to reuse their responder and just remove some of the fancy things such as airtable @xuanxu

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions