should be able to have any assignee
This commit is contained in:
@@ -95,7 +95,7 @@ func (t *GitTask) Validate(ctx context.Context) (bool, error) {
|
|||||||
return false, errors.New("setup issue not found")
|
return false, errors.New("setup issue not found")
|
||||||
}
|
}
|
||||||
|
|
||||||
if t.setupIssue.Assignee != "Me" {
|
if t.setupIssue.Assignee == "" {
|
||||||
return false, fmt.Errorf("issue not assigned to self")
|
return false, fmt.Errorf("issue not assigned to self")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user