Skip to content

Commit aa18bb0

Browse files
committed
👌 Change "rejected" to "requested changes"
1 parent c24f4b3 commit aa18bb0

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)