From ed6e852eea48b48389e1512a0ed9680b0ff97175 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 22 Dec 2025 07:29:46 +0000 Subject: [PATCH 1/2] Initial plan From 7613e8d6cbc6dd3c07e05109a90232dd4bafaab1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 22 Dec 2025 07:32:16 +0000 Subject: [PATCH 2/2] Remove email address from repository files Co-authored-by: peternicholls <519525+peternicholls@users.noreply.github.com> --- dev-docs/service-side-authorization.md | 2 +- paperkit-dev | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-docs/service-side-authorization.md b/dev-docs/service-side-authorization.md index 1dc2dc9..e5212d7 100644 --- a/dev-docs/service-side-authorization.md +++ b/dev-docs/service-side-authorization.md @@ -70,7 +70,7 @@ This server-side enforcement cannot be bypassed, ensuring only authorized person ```yaml Environment: release Required reviewers: - - nicholls@mac.com (or GitHub username) + - [Add authorized GitHub usernames here] Wait timer: 0 minutes diff --git a/paperkit-dev b/paperkit-dev index 0d11517..d227f0c 100755 --- a/paperkit-dev +++ b/paperkit-dev @@ -47,7 +47,6 @@ NC='\033[0m' # NOTE: This is a local check only. Service-side authorization is enforced by # GitHub Actions using protected environments. See dev-docs/service-side-authorization.md AUTHORIZED_OWNERS=( - "nicholls@mac.com" ) # Check if current user is authorized