Skip to content

Commit

Permalink
debug: Investigating why /test doesn't work with branches
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket committed Jul 24, 2022
1 parent c820104 commit 1c21275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/plugins/trigger/generic-comment.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func handleGenericComment(c Client, trigger *plugins.Trigger, gc scmprovider.Gen
if err != nil {
return err
}
c.Logger.Tracef("Fetched pull request: %+v", pr)

// Skip untrusted users comments.
trusted, err := TrustedUser(c.SCMProviderClient, trigger, commentAuthor, org, repo)
Expand Down

0 comments on commit 1c21275

Please sign in to comment.