FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
github-docs/.github/workflows/codeowners-content-strategy.yml at main · coolaj86/github-docs · GitHub
coolaj86
/
github-docs
Public
forked from
github/docs
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
github-docs
/
.github
/
workflows
/
codeowners-content-strategy.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
22 lines (19 loc) · 776 Bytes
Breadcrumbs
github-docs
/
.github
/
workflows
/
codeowners-content-strategy.yml
Copy path
File metadata and controls
22 lines (19 loc) · 776 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name
:
Codeowners - Content Strategy
#
**What it does**: Automatically add reviewers based on paths, but only for the docs-internal repo.
#
**Why we have it**: So we can have reviewers automatically without getting open source notifications.
#
**Who does it impact**: Docs team.
on
:
pull_request
:
paths
:
-
'
/contributing/content-*.md
'
-
'
/content/contributing/**.md
'
jobs
:
codeowners-content-strategy
:
if
:
${{ github.repository == 'github/docs-internal' }}
runs-on
:
ubuntu-latest
steps
:
-
name
:
Add Content Strategy as a reviewer
env
:
GH_TOKEN
:
${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }}
PR
:
${{ github.event.pull_request.html_url }}
run
:
gh pr edit $PR --add-reviewer github/docs-content-strategy
Back
|
FazBrowse Home
|
New Git URL