Summary
CodeRabbit created a review finding for GATES.md even though the organization-level global path filter excludes GATES.md.
The configuration returned to the review indicated that inheritance was false and did not include the organization filter. This result conflicts with the documented behavior of organization global overrides.
Expected behavior
Organization global overrides must apply to the review independently of inheritance.
If an organization global path filter excludes GATES.md, CodeRabbit must not generate review findings for GATES.md.
The resolved configuration shown to the review should identify the effective global override.
Actual behavior
CodeRabbit generated a finding on GATES.md and initially treated the finding as valid.
The configuration inspection did not show the organization-level global filter. The finding was later withdrawn after the repository maintainer confirmed that the filter exists.
References
Acceptance criteria
Summary
CodeRabbit created a review finding for
GATES.mdeven though the organization-level global path filter excludesGATES.md.The configuration returned to the review indicated that
inheritancewasfalseand did not include the organization filter. This result conflicts with the documented behavior of organization global overrides.Expected behavior
Organization global overrides must apply to the review independently of
inheritance.If an organization global path filter excludes
GATES.md, CodeRabbit must not generate review findings forGATES.md.The resolved configuration shown to the review should identify the effective global override.
Actual behavior
CodeRabbit generated a finding on
GATES.mdand initially treated the finding as valid.The configuration inspection did not show the organization-level global filter. The finding was later withdrawn after the repository maintainer confirmed that the filter exists.
References
Acceptance criteria
reviews.path_filtersapply during PR review wheninheritanceisfalse.