From 4fc095bc96dd631dbea2b0f262cbb61df9c73623 Mon Sep 17 00:00:00 2001 From: Drew Yang Date: Sat, 3 May 2025 13:44:44 -0500 Subject: [PATCH] update reviewers --- .github/workflows/auto_cert_renewal.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_cert_renewal.yaml b/.github/workflows/auto_cert_renewal.yaml index c9365c4..23778d3 100644 --- a/.github/workflows/auto_cert_renewal.yaml +++ b/.github/workflows/auto_cert_renewal.yaml @@ -22,7 +22,7 @@ jobs: MANUAL_LETSENCRYPT_BRANCH: "master" CALLER_REPO_SUBPATH_FOR_CERT: "./nginx" # PR_REVIEWERS: "yambottle" - PR_REVIEWERS: "datajointbot,yambottle,ethho" + PR_REVIEWERS: "datajointbot,drewyangdev,ethho,ttngu207,dimitri-yatsenko" secrets: ROUTE53_ZONE_ID: ${{ secrets.ROUTE53_ZONE_ID }} INSTANCE_VPC_SECURITY_GROUP_IDS: ${{ secrets.INSTANCE_VPC_SECURITY_GROUP_IDS }}