We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
codeowners-content-strategy
1 parent cd8dfd0 commit 0a72ea7Copy full SHA for 0a72ea7
.github/workflows/codeowners-content-strategy.yml renamed to .github/workflows/codeowners-content-systems.yml
@@ -11,14 +11,14 @@ on:
11
- 'content/contributing/**.md'
12
13
jobs:
14
- codeowners-content-strategy:
+ codeowners-content-systems:
15
if: ${{ github.repository == 'github/docs-internal' }}
16
runs-on: ubuntu-latest
17
steps:
18
- name: Check out repo
19
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
20
21
- - name: Add Content Strategy as a reviewer
+ - name: Add Content Systems as a reviewer
22
env:
23
GH_TOKEN: ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }}
24
PR: ${{ github.event.pull_request.html_url }}
@@ -29,5 +29,5 @@ jobs:
29
)
30
if ! $has_reviewer
31
then
32
- gh pr edit $PR --add-reviewer github/docs-content-strategy
+ gh pr edit $PR --add-reviewer github/docs-content-systems
33
fi
0 commit comments