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 6ffee9feebb [Infra] Add beam_viewer and beam_writer roles for GSoC 
2026 participant (#38933)
6ffee9feebb is described below

commit 6ffee9feebb745267a6e08348bba42f88c5a44b9
Author: HansMarcus01 <[email protected]>
AuthorDate: Fri Jun 12 11:53:00 2026 -0600

    [Infra] Add beam_viewer and beam_writer roles for GSoC 2026 participant 
(#38933)
    
    * Request read and write permissions on the Beam project for GSoC 2026
    
    * Fix: Placing my username in the correct alphabetical order
---
 infra/iam/users.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/infra/iam/users.yml b/infra/iam/users.yml
index 42b56a6de53..618420b39b0 100644
--- a/infra/iam/users.yml
+++ b/infra/iam/users.yml
@@ -486,6 +486,12 @@
   - role: roles/cloudfunctions.invoker
   - role: roles/iam.serviceAccountTokenCreator
   - role: roles/storage.objectViewer
+- username: hansmarcus
+  email: [email protected]
+  member_type: user
+  permissions:
+  - role: projects/apache-beam-testing/roles/beam_viewer
+  - role: projects/apache-beam-testing/roles/beam_writer
 - username: harrisonlim
   email: [email protected]
   member_type: user
@@ -1241,4 +1247,4 @@
   member_type: user
   permissions:
   - role: projects/apache-beam-testing/roles/beam_viewer
-  - role: projects/apache-beam-testing/roles/beam_writer
+  - role: projects/apache-beam-testing/roles/beam_writer
\ No newline at end of file

Reply via email to