Add support for monitoring issues that are waiting for feedback
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
|
||||
package io.spring.issuebot.triage;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
@@ -34,11 +32,6 @@ import org.springframework.boot.context.properties.EnableConfigurationProperties
|
||||
@ConfigurationProperties(prefix = "issuebot.triage")
|
||||
class TriageProperties {
|
||||
|
||||
/**
|
||||
* The names of the project collaborators whose issues do not require triage.
|
||||
*/
|
||||
private List<String> collaborators;
|
||||
|
||||
/**
|
||||
* The name of the label that should be applied to issues that are waiting for triage.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user