Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-rendering Commit: 6973ded5fd4ff4ca539414a5f05512712e9b6e71 https://github.com/xwiki/xwiki-rendering/commit/6973ded5fd4ff4ca539414a5f055... Author: Vincent Massol <[email protected]> Date: 2026-09-17 (Thu, 17 Sep 2026) Changed paths: M .github/workflows/quality-pr-sonar.yml Log Message: ----------- [Misc] Correct what author_association says about a private organization membership * The guard of this workflow claimed that author_association covers a member whose organization membership is private. It does not: the value says what the one asking is allowed to see, and the payload a workflow is handed is computed for no one in particular, so only a membership its owner has made public reads as MEMBER there. A private member arrives as CONTRIBUTOR, the guard does not match, and their fork pull request falls to quality-pr.yml and its Checkstyle-only verdict. * Comment change only, no behaviour change. The canonical text lives in https://github.com/xwiki/.github Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications