mirror of
https://github.com/Pull-Pal/pull-pal.git
synced 2025-01-17 23:06:37 -05:00
pullpal: fix err definition
(whoops)
This commit is contained in:
parent
9f5258fe22
commit
b454b2ec83
@ -181,7 +181,7 @@ func (p pullPalRepo) checkIssuesAndComments() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (p *pullPalRepo) handleIssue(issue vc.Issue) error {
|
||||
func (p *pullPalRepo) handleIssue(issue vc.Issue) (err error) {
|
||||
// remove labels from issue so that it is not picked up again until labels are reapplied
|
||||
for _, label := range p.listIssueOptions.Labels {
|
||||
err = p.ghClient.RemoveLabelFromIssue(issue.Number, label)
|
||||
|
Loading…
Reference in New Issue
Block a user