From 58577b35824234283af9e46cb6528454ed96067f Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Tue, 1 Oct 2024 15:30:12 -0700 Subject: [PATCH] build: grant github-automation team write access (#1037) Signed-off-by: Jeff Ching --- .github/sync-repo-settings.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index b9e7eea..3674676 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -15,4 +15,6 @@ permissionRules: - team: jsteam-admins permission: admin - team: jsteam - permission: push \ No newline at end of file + permission: push + - team: github-automation + permission: push