Skip to content

Commit

Permalink
feat: add community support role to .pr command's approved roles (#459)
Browse files Browse the repository at this point in the history
Co-authored-by: BenW <[email protected]>
  • Loading branch information
Lauvaan and benw202 authored May 31, 2023
1 parent 61c0f6f commit 71f091b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Update <small>_ May 2023</small>

- 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)
Expand Down
1 change: 1 addition & 0 deletions src/commands/utils/pr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const permittedRoles = [
Roles.CONTRIBUTOR,
Roles.QA_TRAINEE,
Roles.QA_TESTER,
Roles.COMMUNITY_SUPPORT,
];

const noQueryEmbed = makeEmbed({
Expand Down

0 comments on commit 71f091b

Please sign in to comment.