diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 62fa6850ef9a289..71526ba01538c7b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -200,8 +200,8 @@ src/content/docs/smart-shield/ @RebeccaTamachiro @cloudflare/pcx-technical-writi # Reference architecture -/src/content/docs/reference-architecture/ @securitypedant @haleycode @cloudflare/pcx-technical-writing -/src/assets/images/reference-architecture/ @securitypedant @haleycode @cloudflare/pcx-technical-writing +/src/content/docs/reference-architecture/ @securitypedant @cloudflare/pcx-technical-writing +/src/assets/images/reference-architecture/ @securitypedant @cloudflare/pcx-technical-writing # Security products @@ -211,7 +211,7 @@ src/content/docs/smart-shield/ @RebeccaTamachiro @cloudflare/pcx-technical-writi /src/content/docs/firewall/ @pedrosousa @cloudflare/firewall @cloudflare/pcx-technical-writing /src/content/docs/page-shield/ @pedrosousa @cloudflare/pcx-technical-writing /src/content/docs/secrets-store/ @RebeccaTamachiro @cloudflare/pcx-technical-writing -/src/content/docs/security-center/ @jason-cf @cloudflare/pcx-technical-writing +/src/content/docs/security-center/ @cloudflare/pcx-technical-writing /src/content/docs/ssl/ @RebeccaTamachiro @cloudflare/pcx-technical-writing /src/content/docs/waf/ @pedrosousa @cloudflare/firewall @cloudflare/pcx-technical-writing /src/content/docs/waf/change-log/ @pedrosousa @cloudflare/firewall @vs-mg @cloudflare/pcx-technical-writing diff --git a/.github/actions/assign-pr/index.ts b/.github/actions/assign-pr/index.ts index 8e85d8362bb9372..93cc0c1052732dd 100644 --- a/.github/actions/assign-pr/index.ts +++ b/.github/actions/assign-pr/index.ts @@ -77,14 +77,6 @@ async function list( assignees.add(owner.replace(/^@/, "")); } } - } - - if (assignees.size === 0) { - // assign folks which will manually reassign - ["haleycode", "pedrosousa", "dcpena", "patriciasantaana"].forEach( - (username) => assignees.add(username), - ); - } // don't self-assign assignees.delete(author); diff --git a/.github/actions/issue-label-assign/index.ts b/.github/actions/issue-label-assign/index.ts index e81d0b979612553..4bd6326925178d8 100644 --- a/.github/actions/issue-label-assign/index.ts +++ b/.github/actions/issue-label-assign/index.ts @@ -62,16 +62,6 @@ import * as codeOwnersUtils from "codeowners-utils"; assignees.add(owner.replace(/^@/, "")); } } - } - console.log("Assignees are:"); - console.log(assignees); - - if (assignees.size === 0) { - // assign folks which will manually reassign - ["haleycode", "pedrosousa", "dcpena", "patriciasantaana"].forEach( - (username) => assignees.add(username), - ); - } const client = github.getOctokit(token); diff --git a/.github/workflows/anchor-link-audit.yml b/.github/workflows/anchor-link-audit.yml index 486a490e6854151..f918b8160d26e98 100644 --- a/.github/workflows/anchor-link-audit.yml +++ b/.github/workflows/anchor-link-audit.yml @@ -57,4 +57,4 @@ jobs: curl --silent -X POST -H "Authorization: Bearer $GITHUB_TOKEN" \ -H "Accept: application/vnd.github+json" \ "https://api.github.com/repos/$GITHUB_REPOSITORY/issues" \ - -d "{\"title\": \"Broken Header Links Found\", \"body\": \"$(cat issue_body.txt)\", \"assignees\": [\"haleycode\"]}" +-d "{\"title\": \"Broken Header Links Found\", \"body\": \"$(cat issue_body.txt)\"}" \ No newline at end of file