Background
The release-pipeline QA notification resolves GitHub usernames to Slack member IDs via .github/data/slack-mappings.json so flagged-PR authors get a real @-mention (see #35825 / PR #35815). Unmapped or incorrectly-mapped users fall back to plain @login and are not notified.
Changes
- Rename
swicken-dotcms → swicken (actual GitHub login).
- Add
adrianjm-dotCMS → U09LGQVCBLK.
Why
Both users author PRs that show up in the QA report; without correct mapping entries they don't get pinged when their PR ships without a QA verdict.
Background
The release-pipeline QA notification resolves GitHub usernames to Slack member IDs via
.github/data/slack-mappings.jsonso flagged-PR authors get a real @-mention (see #35825 / PR #35815). Unmapped or incorrectly-mapped users fall back to plain@loginand are not notified.Changes
swicken-dotcms→swicken(actual GitHub login).adrianjm-dotCMS→U09LGQVCBLK.Why
Both users author PRs that show up in the QA report; without correct mapping entries they don't get pinged when their PR ships without a QA verdict.