This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 4dcc27d548e Update users.yml - fix bad role label (#37192)
4dcc27d548e is described below

commit 4dcc27d548e53a07e76671093116e1525f25319f
Author: Pablo Estrada <[email protected]>
AuthorDate: Tue Jan 13 15:57:49 2026 -0800

    Update users.yml - fix bad role label (#37192)
    
    * Update users.yml - fix bad role label
    
    @ksobrenat32 - is this correct? looks like only `beam_writer` failed.
    
    fyi @yalah5084 the previous change did not add the privileges so I'm trying 
to fix it here.
    
    * Update users.yml
---
 infra/iam/users.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/infra/iam/users.yml b/infra/iam/users.yml
index 172141dff3e..9f68ed9683a 100644
--- a/infra/iam/users.yml
+++ b/infra/iam/users.yml
@@ -1239,4 +1239,5 @@
   email: [email protected]
   member_type: user
   permissions:
-  - role: beam_writer
+  - role: projects/apache-beam-testing/roles/beam_viewer
+  - role: projects/apache-beam-testing/roles/beam_writer

Reply via email to