Skip to content

Commit 0a72ea7

Browse files
authored
Update codeowners-content-strategy workflow (#53107)
1 parent cd8dfd0 commit 0a72ea7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeowners-content-strategy.yml renamed to .github/workflows/codeowners-content-systems.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ on:
1111
- 'content/contributing/**.md'
1212

1313
jobs:
14-
codeowners-content-strategy:
14+
codeowners-content-systems:
1515
if: ${{ github.repository == 'github/docs-internal' }}
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Check out repo
1919
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2020

21-
- name: Add Content Strategy as a reviewer
21+
- name: Add Content Systems as a reviewer
2222
env:
2323
GH_TOKEN: ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }}
2424
PR: ${{ github.event.pull_request.html_url }}
@@ -29,5 +29,5 @@ jobs:
2929
)
3030
if ! $has_reviewer
3131
then
32-
gh pr edit $PR --add-reviewer github/docs-content-strategy
32+
gh pr edit $PR --add-reviewer github/docs-content-systems
3333
fi

0 commit comments

Comments
 (0)