Skip to content

Commit 41d050f

Browse files
committed
CODEOWNER and chore assignee changes
1 parent 5fa68ac commit 41d050f

4 files changed

Lines changed: 4 additions & 22 deletions

File tree

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ src/content/docs/smart-shield/ @RebeccaTamachiro @cloudflare/pcx-technical-writi
200200

201201
# Reference architecture
202202

203-
/src/content/docs/reference-architecture/ @securitypedant @haleycode @cloudflare/pcx-technical-writing
204-
/src/assets/images/reference-architecture/ @securitypedant @haleycode @cloudflare/pcx-technical-writing
203+
/src/content/docs/reference-architecture/ @securitypedant @cloudflare/pcx-technical-writing
204+
/src/assets/images/reference-architecture/ @securitypedant @cloudflare/pcx-technical-writing
205205

206206
# Security products
207207

@@ -211,7 +211,7 @@ src/content/docs/smart-shield/ @RebeccaTamachiro @cloudflare/pcx-technical-writi
211211
/src/content/docs/firewall/ @pedrosousa @cloudflare/firewall @cloudflare/pcx-technical-writing
212212
/src/content/docs/page-shield/ @pedrosousa @cloudflare/pcx-technical-writing
213213
/src/content/docs/secrets-store/ @RebeccaTamachiro @cloudflare/pcx-technical-writing
214-
/src/content/docs/security-center/ @jason-cf @cloudflare/pcx-technical-writing
214+
/src/content/docs/security-center/ @cloudflare/pcx-technical-writing
215215
/src/content/docs/ssl/ @RebeccaTamachiro @cloudflare/pcx-technical-writing
216216
/src/content/docs/waf/ @pedrosousa @cloudflare/firewall @cloudflare/pcx-technical-writing
217217
/src/content/docs/waf/change-log/ @pedrosousa @cloudflare/firewall @vs-mg @cloudflare/pcx-technical-writing

.github/actions/assign-pr/index.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,6 @@ async function list(
7777
assignees.add(owner.replace(/^@/, ""));
7878
}
7979
}
80-
}
81-
82-
if (assignees.size === 0) {
83-
// assign folks which will manually reassign
84-
["haleycode", "pedrosousa", "dcpena", "patriciasantaana"].forEach(
85-
(username) => assignees.add(username),
86-
);
87-
}
8880

8981
// don't self-assign
9082
assignees.delete(author);

.github/actions/issue-label-assign/index.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,6 @@ import * as codeOwnersUtils from "codeowners-utils";
6262
assignees.add(owner.replace(/^@/, ""));
6363
}
6464
}
65-
}
66-
console.log("Assignees are:");
67-
console.log(assignees);
68-
69-
if (assignees.size === 0) {
70-
// assign folks which will manually reassign
71-
["haleycode", "pedrosousa", "dcpena", "patriciasantaana"].forEach(
72-
(username) => assignees.add(username),
73-
);
74-
}
7565

7666
const client = github.getOctokit(token);
7767

.github/workflows/anchor-link-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757
curl --silent -X POST -H "Authorization: Bearer $GITHUB_TOKEN" \
5858
-H "Accept: application/vnd.github+json" \
5959
"https://api.github.com/repos/$GITHUB_REPOSITORY/issues" \
60-
-d "{\"title\": \"Broken Header Links Found\", \"body\": \"$(cat issue_body.txt)\", \"assignees\": [\"haleycode\"]}"
60+
-d "{\"title\": \"Broken Header Links Found\", \"body\": \"$(cat issue_body.txt)\"}"

0 commit comments

Comments
 (0)