Compare commits
1 commit
main
...
trstringer
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7089b5f035 |
1 changed files with 6 additions and 1 deletions
|
|
@ -77,8 +77,13 @@ Respond %s to continue workflow or %s to cancel.`,
|
||||||
Body: &issueBody,
|
Body: &issueBody,
|
||||||
Assignees: &a.issueApprovers,
|
Assignees: &a.issueApprovers,
|
||||||
})
|
})
|
||||||
a.approvalIssueNumber = a.approvalIssue.GetNumber()
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
}
|
||||||
|
a.approvalIssueNumber = a.approvalIssue.GetNumber()
|
||||||
|
|
||||||
|
fmt.Printf("Issue created: %s\n", a.approvalIssue.GetURL())
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func approvalFromComments(comments []*github.IssueComment, approvers []string, minimumApprovals int) (approvalStatus, error) {
|
func approvalFromComments(comments []*github.IssueComment, approvers []string, minimumApprovals int) (approvalStatus, error) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue