Skip to content

Commit

Permalink
fix check-issue typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Apr 26, 2023
1 parent 9ec3595 commit 4541f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/check-issue/main.go
Expand Up @@ -85,7 +85,7 @@ func deleteComments(id int) {
list := gson.New(res.Body)

for _, c := range list.Arr() {
if c.Get("user.login").Str() == "rod-robot" &&
if c.Get("user.login").Str() == "github-actions[bot]" &&
strings.Contains(c.Get("body").Str(), "[check-issue]") {
iid := c.Get("id").Int()
q := req(fmt.Sprintf("/repos/go-rod/rod/issues/comments/%d", iid))
Expand Down

0 comments on commit 4541f19

Please sign in to comment.