Skip to content

Commit c7fcb30

Browse files
Merge pull request #23 from peternicholls/copilot/remove-email-address
Remove email address from repository
2 parents e77051f + 7613e8d commit c7fcb30

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

dev-docs/service-side-authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This server-side enforcement cannot be bypassed, ensuring only authorized person
7070
```yaml
7171
Environment: release
7272
Required reviewers:
73-
- nicholls@mac.com (or GitHub username)
73+
- [Add authorized GitHub usernames here]
7474

7575
Wait timer: 0 minutes
7676

paperkit-dev

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ NC='\033[0m'
4747
# NOTE: This is a local check only. Service-side authorization is enforced by
4848
# GitHub Actions using protected environments. See dev-docs/service-side-authorization.md
4949
AUTHORIZED_OWNERS=(
50-
"nicholls@mac.com"
5150
)
5251

5352
# Check if current user is authorized

0 commit comments

Comments
 (0)