File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ workflows:
149
149
context : org-global
150
150
filters :
151
151
branches :
152
- only : ['develop', 'migration-setup']
152
+ only : ['develop', 'migration-setup', 'pm-971_1' ]
153
153
- deployProd :
154
154
context : org-global
155
155
filters :
Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
384
384
group : 'Project Member' ,
385
385
description : 'Who can update project members with "customer" role.' ,
386
386
} ,
387
- topcoderRoles : TOPCODER_ROLES_ADMINS ,
387
+ topcoderRoles : [ ... TOPCODER_ROLES_ADMINS , USER_ROLE . PROJECT_MANAGER ] ,
388
388
projectRoles : [
389
389
...PROJECT_ROLES_MANAGEMENT ,
390
390
PROJECT_MEMBER_ROLE . COPILOT ,
@@ -398,7 +398,7 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
398
398
group : 'Project Member' ,
399
399
description : 'Who can update project members with non "customer" role.' ,
400
400
} ,
401
- topcoderRoles : TOPCODER_ROLES_ADMINS ,
401
+ topcoderRoles : [ ... TOPCODER_ROLES_ADMINS , USER_ROLE . PROJECT_MANAGER ] ,
402
402
projectRoles : PROJECT_ROLES_MANAGEMENT ,
403
403
scopes : SCOPES_PROJECT_MEMBERS_WRITE ,
404
404
} ,
You can’t perform that action at this time.
0 commit comments