From ff4500a5a63f64788c3a79ce9d155ad3aa749ce8 Mon Sep 17 00:00:00 2001 From: Kess Plasmeier Date: Fri, 1 Nov 2024 11:04:23 -0700 Subject: [PATCH 1/2] chore: update Github alias --- .github/workflows/check-files.yml | 2 +- .github/workflows/semantic_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-files.yml b/.github/workflows/check-files.yml index 420fbf87d..78730f1df 100644 --- a/.github/workflows/check-files.yml +++ b/.github/workflows/check-files.yml @@ -14,7 +14,7 @@ jobs: env: # unfortunately we can't check if the approver is part of the CODEOWNERS. This is a subset of aws/aws-crypto-tools-team # to add more allowlisted approvers just modify this env variable - maintainers: seebees, texastony, ShubhamChaturvedi7, lucasmcdonald3, josecorella, imabhichow, rishav-karanjit, antonf-amzn, justplaz, ajewellamz + maintainers: seebees, texastony, ShubhamChaturvedi7, lucasmcdonald3, josecorella, imabhichow, rishav-karanjit, antonf-amzn, kessplas, ajewellamz steps: - uses: actions/checkout@v3 with: diff --git a/.github/workflows/semantic_release.yml b/.github/workflows/semantic_release.yml index 33a2f16d8..1179ae560 100644 --- a/.github/workflows/semantic_release.yml +++ b/.github/workflows/semantic_release.yml @@ -14,7 +14,7 @@ jobs: # there is no easy way in gha to check if the actor is part of the team, running semantic release is a more # privileged operation, so we must make sure this list of users is a subset of the users labeled as maintainers of # https://github.com/orgs/aws/teams/aws-crypto-tools - if: contains('["seebees","texastony","ShubhamChaturvedi7","lucasmcdonald3","josecorella","imabhichow","rishav-karanjit","antonf-amzn","justplaz","ajewellamz","RitvikKapila"]', github.actor) + if: contains('["seebees","texastony","ShubhamChaturvedi7","lucasmcdonald3","josecorella","imabhichow","rishav-karanjit","antonf-amzn","kessplas","ajewellamz","RitvikKapila"]', github.actor) runs-on: macos-12 permissions: id-token: write From 68b1f538fdeb28fe20657088166a3ed510d058e8 Mon Sep 17 00:00:00 2001 From: Kess Plasmeier Date: Fri, 1 Nov 2024 12:02:33 -0700 Subject: [PATCH 2/2] add Ritvik --- .github/workflows/check-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-files.yml b/.github/workflows/check-files.yml index 78730f1df..08fb5eaf9 100644 --- a/.github/workflows/check-files.yml +++ b/.github/workflows/check-files.yml @@ -14,7 +14,7 @@ jobs: env: # unfortunately we can't check if the approver is part of the CODEOWNERS. This is a subset of aws/aws-crypto-tools-team # to add more allowlisted approvers just modify this env variable - maintainers: seebees, texastony, ShubhamChaturvedi7, lucasmcdonald3, josecorella, imabhichow, rishav-karanjit, antonf-amzn, kessplas, ajewellamz + maintainers: seebees, texastony, ShubhamChaturvedi7, lucasmcdonald3, josecorella, imabhichow, rishav-karanjit, antonf-amzn, kessplas, ajewellamz, RitvikKapila steps: - uses: actions/checkout@v3 with: