From 813a9918884bd8d2f4eff5691c3328041254d746 Mon Sep 17 00:00:00 2001 From: Noah Dietz Date: Thu, 18 May 2023 14:40:39 -0700 Subject: [PATCH 1/4] chore: enable GoApiaryCodegen auto-approve --- .github/auto-approve.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/auto-approve.yml diff --git a/.github/auto-approve.yml b/.github/auto-approve.yml new file mode 100644 index 00000000000..92ecd0b851c --- /dev/null +++ b/.github/auto-approve.yml @@ -0,0 +1,2 @@ +processes: + - "GoApiaryCodegen" From 45d78494f03fb65111a1109bb59c9e41183dfd69 Mon Sep 17 00:00:00 2001 From: Noah Dietz Date: Thu, 18 May 2023 14:45:57 -0700 Subject: [PATCH 2/4] add automation team as owners for config --- .github/CODEOWNERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b08402dc560..4eebb7f5a61 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,4 @@ # Default owner for all directories not owned by others -* @googleapis/yoshi-go-admins @yoshi-approver +* @googleapis/yoshi-go-admins +.github/auto-approve.yml @googleapis/github-automation + From 2fafc7aeb81534bf8d6ad591aeab6dad50aade76 Mon Sep 17 00:00:00 2001 From: Noah Dietz Date: Thu, 18 May 2023 14:47:08 -0700 Subject: [PATCH 3/4] maybe fix codeowners --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4eebb7f5a61..84557be0eb3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ # Default owner for all directories not owned by others * @googleapis/yoshi-go-admins -.github/auto-approve.yml @googleapis/github-automation +.github/auto-approve.yml @googleapis/github-automation From e11326269144dbf1d4dc86deefe9bb821e3bca93 Mon Sep 17 00:00:00 2001 From: Noah Dietz Date: Thu, 18 May 2023 14:49:08 -0700 Subject: [PATCH 4/4] revert codeowners change --- .github/CODEOWNERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 84557be0eb3..e1cfbb5dae6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,2 @@ # Default owner for all directories not owned by others * @googleapis/yoshi-go-admins -.github/auto-approve.yml @googleapis/github-automation -