Skip to content

Conversation

CompRhys
Copy link
Member

@CompRhys CompRhys commented Sep 17, 2025

Summary

Reduce Code Rabbit Spam whilst still allowing it to be called if desired.

Summary by CodeRabbit

  • Chores
    • Added a hidden project configuration that disables automatic review tooling for this repository.
    • No changes to features, UI, or public APIs; end-user behavior remains unchanged.
    • No build, performance, or dependency impacts expected.
    • No migration, setup, or workflow changes required for developers or releases.

@cla-bot cla-bot bot added the cla-signed Contributor license agreement signed label Sep 17, 2025
@CompRhys CompRhys linked an issue Sep 17, 2025 that may be closed by this pull request
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
.coderabbit (1)

2-2: Commit the trailing newline so pre-commit/EOF fixer passes.

CI reported adding a trailing newline. Ensure that change is committed; otherwise the hook will keep failing.

Apply this diff if needed:

 reviews:
   auto_review: false
+
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 01782f8 and 00950ef.

📒 Files selected for processing (1)
  • .coderabbit (1 hunks)
🧰 Additional context used
🪛 GitHub Actions: Linting
.coderabbit

[error] 1-1: End-of-file-fixer hook failed during pre-commit run; updated '.coderabbit' to ensure a trailing newline.

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (40)
  • GitHub Check: test-examples (examples/tutorials/reporting_tutorial.py)
  • GitHub Check: test-examples (examples/scripts/7_Others/7.1_Soft_sphere_autograd.py)
  • GitHub Check: test-examples (examples/tutorials/high_level_tutorial.py)
  • GitHub Check: test-examples (examples/tutorials/autobatching_tutorial.py)
  • GitHub Check: test-examples (examples/scripts/7_Others/7.4_Velocity_AutoCorrelation.py)
  • GitHub Check: test-examples (examples/tutorials/using_graphpes_tutorial.py)
  • GitHub Check: test-examples (examples/tutorials/metatomic_tutorial.py)
  • GitHub Check: test-examples (examples/scripts/7_Others/7.6_Compare_ASE_to_VV_FIRE.py)
  • GitHub Check: test-examples (examples/scripts/3_Dynamics/3.4_MACE_NVT_Langevin.py)
  • GitHub Check: test-examples (examples/scripts/3_Dynamics/3.9_MACE_NVT_staggered_stress.py)
  • GitHub Check: test-examples (examples/scripts/2_Structural_optimization/2.3_MACE_Gradient_Descent.py)
  • GitHub Check: test-examples (examples/scripts/3_Dynamics/3.2_MACE_NVE.py)
  • GitHub Check: test-examples (examples/scripts/5_Workflow/5.3_Elastic.py)
  • GitHub Check: test-examples (examples/tutorials/low_level_tutorial.py)
  • GitHub Check: test-examples (examples/scripts/3_Dynamics/3.12_MACE_NPT_Langevin.py)
  • GitHub Check: test-examples (examples/scripts/6_Phonons/6.2_QuasiHarmonic_MACE.py)
  • GitHub Check: test-examples (examples/scripts/6_Phonons/6.1_Phonons_MACE.py)
  • GitHub Check: test-examples (examples/scripts/5_Workflow/5.1_a2c_silicon_batched.py)
  • GitHub Check: test-examples (examples/scripts/3_Dynamics/3.6_MACE_NVT_Nose_Hoover_temp_profile.py)
  • GitHub Check: test-examples (examples/scripts/2_Structural_optimization/2.6_MACE_UnitCellFilter_FIRE.py)
  • GitHub Check: test-examples (examples/scripts/3_Dynamics/3.10_Hybrid_swap_mc.py)
  • GitHub Check: test-examples (examples/scripts/3_Dynamics/3.8_MACE_NPT_Nose_Hoover.py)
  • GitHub Check: test-examples (examples/scripts/4_High_level_api/4.1_high_level_api.py)
  • GitHub Check: test-model (ubuntu-latest, 3.12, lowest-direct, mace, tests/test_elastic.py)
  • GitHub Check: test-model (ubuntu-latest, 3.12, lowest-direct, orb, tests/models/test_orb.py)
  • GitHub Check: test-model (macos-14, 3.12, lowest-direct, mace, tests/models/test_mace.py)
  • GitHub Check: test-model (ubuntu-latest, 3.12, lowest-direct, sevenn, tests/models/test_sevennet.py)
  • GitHub Check: test-model (macos-14, 3.11, highest, sevenn, tests/models/test_sevennet.py)
  • GitHub Check: test-model (ubuntu-latest, 3.12, lowest-direct, mace, tests/test_optimizers_vs_ase.py)
  • GitHub Check: test-model (macos-14, 3.11, highest, fairchem, tests/models/test_fairchem.py)
  • GitHub Check: test-model (ubuntu-latest, 3.11, highest, fairchem, tests/models/test_fairchem.py)
  • GitHub Check: test-model (ubuntu-latest, 3.11, highest, mace, tests/test_optimizers_vs_ase.py)
  • GitHub Check: test-model (ubuntu-latest, 3.11, highest, orb, tests/models/test_orb.py)
  • GitHub Check: test-model (ubuntu-latest, 3.12, lowest-direct, fairchem, tests/models/test_fairchem.py)
  • GitHub Check: test-model (macos-14, 3.11, highest, mace, tests/test_optimizers_vs_ase.py)
  • GitHub Check: test-core (ubuntu-latest, 3.12, lowest-direct)
  • GitHub Check: test-model (ubuntu-latest, 3.11, highest, mace, tests/test_elastic.py)
  • GitHub Check: test-model (ubuntu-latest, 3.11, highest, sevenn, tests/models/test_sevennet.py)
  • GitHub Check: test-core (macos-14, 3.12, lowest-direct)
  • GitHub Check: build-docs
🔇 Additional comments (1)
.coderabbit (1)

1-2: Use the documented key to disable automatic reviews

  • .coderabbit (lines 1–2): replace reviews.auto_review: false with reviews.auto_review.enabled: false — reviews.auto_review: false is not the documented option.
  • Confirm manual triggers still work via PR comment commands (e.g., @coderabbitai review, @coderabbitai full review, @coderabbitai generate docstrings, @coderabbitai generate unit tests, @coderabbitai pause/resume/ignore).
  • Check related config keys that affect manual features: reviews.finishing_touches.docstrings.enabled, reviews.finishing_touches.unit_tests.enabled, reviews.sequence_diagrams, reviews.changed_files_summary, reviews.commit_status.

Likely an incorrect or invalid review comment.

@curtischong
Copy link
Collaborator

curtischong commented Sep 17, 2025

damn. The auto code review still ran :(

@curtischong
Copy link
Collaborator

maybe the person who setup coderabbit needs to change a config on their dashboard

@curtischong
Copy link
Collaborator

curtischong commented Sep 17, 2025

Found it. high_level_summary: false

https://docs.coderabbit.ai/reference/configuration#param-high-level-summary

Copy link
Collaborator

@curtischong curtischong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've verified that these changes work by making a new PR and the coderabbit didn't trigger: #259

@TorchSim TorchSim deleted a comment from coderabbitai bot Sep 19, 2025
@CompRhys CompRhys changed the title Add code-rabbit-config Fixup PR: Renaming, vesin in deps, sorti typo, reduce code-rabbit spam Sep 19, 2025
@CompRhys CompRhys merged commit c6ee270 into main Sep 19, 2025
88 of 89 checks passed
@CompRhys CompRhys deleted the code-rabbit-config branch September 19, 2025 15:30
CompRhys added a commit that referenced this pull request Sep 19, 2025
…tmp resolution to docs build issues (#252)

Co-authored-by: Curtis Chong <curtischong5@gmail.com>
@CompRhys CompRhys mentioned this pull request Sep 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed Contributor license agreement signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Turn off Coderabbit?
2 participants