Skip to content

Commit fbc29dc

Browse files
committed
Fix validation: remove stale skipGoogleUserProvisioning from a-akimov, add it for BobDickinson
- a-akimov: had skipGoogleUserProvisioning but is not in a provisionUser role (DOCS_MAINTAINERS) - BobDickinson: is in REGISTRY_MAINTAINERS (provisionUser role) but missing Google user fields
1 parent 1dbf511 commit fbc29dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/users.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export const MEMBERS: readonly Member[] = [
1111
{
1212
github: 'a-akimov',
1313
discord: '1365254196621738116',
14-
skipGoogleUserProvisioning: true,
1514
memberOf: [ROLE_IDS.DOCS_MAINTAINERS],
1615
},
1716
{
@@ -62,6 +61,7 @@ export const MEMBERS: readonly Member[] = [
6261
github: 'BobDickinson',
6362
email: 'bob.dickinson@gmail.com',
6463
discord: '1175893001202045139',
64+
skipGoogleUserProvisioning: true,
6565
memberOf: [
6666
ROLE_IDS.MAINTAINERS,
6767
ROLE_IDS.INSPECTOR_MAINTAINERS,

0 commit comments

Comments
 (0)