This is an automated email from the ASF dual-hosted git repository. pabloem pushed a commit to branch pabloem-patch-1 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 431d20ff7bc4bc492b74ba90fa078160b6bf3813 Author: Pablo Estrada <[email protected]> AuthorDate: Fri Dec 26 13:06:28 2025 -0800 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. --- infra/iam/users.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/iam/users.yml b/infra/iam/users.yml index 172141dff3e..c9081ddc085 100644 --- a/infra/iam/users.yml +++ b/infra/iam/users.yml @@ -1239,4 +1239,4 @@ email: [email protected] member_type: user permissions: - - role: beam_writer + - role: roles/beam_writer
