diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 1bbef219..df950e22 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -2,6 +2,7 @@ Update _ May 2023 +- fix: added community support role to the approved roles for .pr command (31/05/2023) - fix: fixed a typo in .holds command (25/05/2023) - refactor: update link to SOP and checklist (25/05/2023) - fix: ping in delete warning mod log (25/05/2023) diff --git a/src/commands/utils/pr.ts b/src/commands/utils/pr.ts index c819c508..7537af0f 100644 --- a/src/commands/utils/pr.ts +++ b/src/commands/utils/pr.ts @@ -14,6 +14,7 @@ const permittedRoles = [ Roles.CONTRIBUTOR, Roles.QA_TRAINEE, Roles.QA_TESTER, + Roles.COMMUNITY_SUPPORT, ]; const noQueryEmbed = makeEmbed({