-
Notifications
You must be signed in to change notification settings - Fork 1
Description
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