Ensure that the feedback reminder comment is only posted once

This commit is contained in:
Andy Wilkinson
2015-12-14 12:31:42 +00:00
parent 8519bc4a78
commit bfd0941e6a
5 changed files with 48 additions and 9 deletions

View File

@@ -42,6 +42,11 @@ final class FeedbackProperties {
*/
private String providedLabel;
/**
* Name of the label that is applied when the feedback reminder comment has been made.
*/
private String reminderLabel;
/**
* The text of the comment that is added as a reminder that feedback is required.
*/