-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Currently, the Bot only monitors PRs that are waiting for feedback to label them as feedback provided if/when appropriate. We'd like to expand this to cover pull requests too, but with different messages and possibly different time periods than we use for issues.
For issues we allow 7 days for feedback before a reminder is posted. We then allow another 7 days before closing the issue. The issue reminder message is the following:
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.
The issue closure message is the following:
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.
We'll need different messages for pull requests and we could consider a different time period too