Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
- Async/await misuse or blocking operations in async contexts
- Improper trait implementations

### No Prerelease Docs
- If the PR contains both code changes to features/functionality AND updates in `/documentation`: Documentation updates must be separated to keep public docs in sync with released versions. Either mark new topics with `unlisted: true` or remove/hide the documentation.
### No Doc Updates with Code Changes
- PRs with code changes shouldn't update `/documentation` - docs deploy on merge, code on release. Use `unlisted: true` or remove/hide docs.
Comment on lines +37 to +38
Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

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

This change appears to broaden the rule from "code changes to features/functionality" to effectively "any code changes", which is a behavior change (not just a rewording) and may incorrectly block doc fixes that should ship with already-released behavior; consider keeping the original condition or explicitly scoping it to unreleased/behind-release features.

Copilot uses AI. Check for mistakes.

## Project-Specific Context

Expand Down
Loading