We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6078188 commit 99a5053Copy full SHA for 99a5053
.circleci/config.yml
@@ -149,7 +149,7 @@ workflows:
149
context : org-global
150
filters:
151
branches:
152
- only: ['develop', 'migration-setup']
+ only: ['develop', 'migration-setup', 'pm-1077']
153
- deployProd:
154
155
src/permissions/constants.js
@@ -585,6 +585,7 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
585
topcoderRoles: [
586
...TOPCODER_ROLES_ADMINS,
587
USER_ROLE.COPILOT_MANAGER,
588
+ USER_ROLE.PROJECT_MANAGER,
589
],
590
projectRoles: PROJECT_ROLES_MANAGEMENT,
591
scopes: SCOPES_PROJECT_INVITES_WRITE,
0 commit comments