Skip to content

Commit 42004c2

Browse files
authored
ci: coderabbit yaml (hiero-ledger#1174)
Signed-off-by: exploreriii <[email protected]>
1 parent fa43335 commit 42004c2

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.coderabbit.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
language: "en-US" # USA English
2+
# Set up means coderabbit should review PRs but only provide one high level walkthrough, collapsed
3+
# It should not state preliminary information like: getting ready to review, draw a picture
4+
# It should not state additional information like: related issues, PRs, suggest reviewers
5+
# It should not continue a casual conversation with users that reply to it
6+
7+
# Only documents non-default options:
8+
reviews:
9+
profile: "assertive" # Assertive profile yields more feedback, that may be considered nitpicky.
10+
high_level_summary: false # Do not summarise a pull request first as there is a walkthrough
11+
review_status: false # Do not state what kind of review as performed or why (spammy)
12+
commit_status: false # Do not state the review is in progress (spammy)
13+
collapse_walkthrough: true # Provide a walkthrough for reviewers, but collapse it (users shouldn't use this)
14+
related_issues: false # Do not suggest related issues (spammy)
15+
related_prs: false # Do not suggest related PRs (spammy)
16+
suggested_labels: false # Do not suggest labels for the PR (spammy)
17+
suggested_reviewers: false # Do not suggest reviewers for the PR (spammy)
18+
in_progress_fortune: false # Do not stall time with a message (spammy)
19+
poem: false # Do not write a literal poem (spammy)
20+
enable_prompt_for_ai_agents: false # Disable prompts for AI agents (spammy)
21+
chat:
22+
art: false # Don't draw ASCII art (false)
23+
auto_reply: false # Don't allow bot to converse (spammy)

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
2929
- Added unit tests for `crypto_utils` (#993)
3030
- Added a github template for good first issues
3131
- Added `.github/workflows/bot-assignment-check.yml` to limit non-maintainers to 2 concurrent issue assignments.
32+
- Configured coderabbit with a `.coderabbit.yaml`
3233
- Added all missing fields to `__str__()` method and updated `test_tokem_info.py`
3334
- Add examples/tokens/token_create_transaction_pause_key.py example demonstrating token pause/unpause behavior and pause key usage (#833)
3435
- Added `docs/sdk_developers/training/transaction_lifecycle.md` to explain the typical lifecycle of executing a transaction using the Hedera Python SDK.

0 commit comments

Comments
 (0)