Skip to content

Commit 150ecb3

Browse files
authored
Merge branch 'main' into GetDeleteRunnerUseConstentHttp404And500
2 parents c4f378e + 7b518bc commit 150ecb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/webhook/discord.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ func parseHookPullRequestEventType(event webhook_module.HookEventType) (string,
305305
case webhook_module.HookEventPullRequestReviewApproved:
306306
return "approved", nil
307307
case webhook_module.HookEventPullRequestReviewRejected:
308-
return "rejected", nil
308+
return "requested changes", nil
309309
case webhook_module.HookEventPullRequestReviewComment:
310310
return "comment", nil
311311
default:

0 commit comments

Comments
 (0)