1
0
mirror of synced 2026-01-10 00:03:04 -05:00

Update codeowners-content-strategy workflow (#53107)

This commit is contained in:
Ethan Palm
2024-11-14 10:45:07 -08:00
committed by GitHub
parent cd8dfd0c52
commit 0a72ea7794

View File

@@ -11,14 +11,14 @@ on:
- 'content/contributing/**.md'
jobs:
codeowners-content-strategy:
codeowners-content-systems:
if: ${{ github.repository == 'github/docs-internal' }}
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Add Content Strategy as a reviewer
- name: Add Content Systems as a reviewer
env:
GH_TOKEN: ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }}
PR: ${{ github.event.pull_request.html_url }}
@@ -29,5 +29,5 @@ jobs:
)
if ! $has_reviewer
then
gh pr edit $PR --add-reviewer github/docs-content-strategy
gh pr edit $PR --add-reviewer github/docs-content-systems
fi