Skip to content

Commit

Permalink
chore: ignore coderabbitai[bot] events
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed Jul 3, 2024
1 parent 5dae772 commit 10165e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/github/templates/comment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,11 @@ function renderComment(
title: `{{sender | link:sender}} {{action}} [comment](${comment.html_url}) on [${location}](${data.html_url})`,
body: CommentBody(payload.comment),
compactTitle: `{{sender | link:sender}} {{action}} [comment](${data.html_url}):`,
blockUsers: new Set<string>(['railway-app[bot]', 'ant-codespaces[bot]']),
blockUsers: new Set<string>([
'railway-app[bot]',
'ant-codespaces[bot]',
'coderabbitai[bot]',
]),
blockActions: new Set(['edited']),
},
ctx,
Expand Down

0 comments on commit 10165e3

Please sign in to comment.