Skip to content

Commit

Permalink
[fix] reset query variable after requesting
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Oct 2, 2022
1 parent c71a06a commit e6111b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tagpr.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ func (tp *tagpr) Run(ctx context.Context) error {
return err
}
prIssues = append(prIssues, tmpIssues...)
query = queryBase
}
query += " " + sha
}
Expand Down

0 comments on commit e6111b9

Please sign in to comment.