From 71f091bd07651d7c627b11d56af12b6c3bd1d6b7 Mon Sep 17 00:00:00 2001 From: Lauvaan <122087991+Lauvaan@users.noreply.github.com> Date: Wed, 31 May 2023 20:07:30 +0300 Subject: [PATCH] feat: add community support role to .pr command's approved roles (#459) Co-authored-by: BenW --- .github/CHANGELOG.md | 1 + src/commands/utils/pr.ts | 1 + 2 files changed, 2 insertions(+) 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({