Skip to content

Commit 99a5053

Browse files
committed
fix: permission issue to delete copilot invite
1 parent 6078188 commit 99a5053

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ workflows:
149149
context : org-global
150150
filters:
151151
branches:
152-
only: ['develop', 'migration-setup']
152+
only: ['develop', 'migration-setup', 'pm-1077']
153153
- deployProd:
154154
context : org-global
155155
filters:

src/permissions/constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,7 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
585585
topcoderRoles: [
586586
...TOPCODER_ROLES_ADMINS,
587587
USER_ROLE.COPILOT_MANAGER,
588+
USER_ROLE.PROJECT_MANAGER,
588589
],
589590
projectRoles: PROJECT_ROLES_MANAGEMENT,
590591
scopes: SCOPES_PROJECT_INVITES_WRITE,

0 commit comments

Comments
 (0)