Skip to content

Commit cdde0c2

Browse files
authored
Update site-policy-reminder action to include info about syncing and merging PRs (github#30809)
1 parent 1922c3e commit cdde0c2

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/site-policy-reminder.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Site Policy Reminder
22

3-
# **What it does**: Automated comment reminder on a PR to change the title for public consumption before merging
4-
# **Why we have it**: Titles of merged PRs to Site Policies are sent to the public site-policy repo
5-
# **Who does it impact**: Docs team merging changes to Site Policies
3+
# **What it does**: Automated comment reminder on a PR to change the title for public consumption before merging and to run the Site Policy repo sync action
4+
# **Why we have it**: Titles of merged PRs to Site Policies are sent to the public site-policy repo when the repos are synced
5+
# **Who does it impact**: Everyone merging changes to Site Policies
66

77
on:
88
pull_request:
@@ -26,3 +26,5 @@ jobs:
2626
issue-number: ${{ github.event.pull_request.number }}
2727
body: |
2828
Before merging, please remember to change the title of this PR to a description of its changes that is suitable for public viewing on github/site-policy.
29+
30+
<@github/site-policy-admins>, when these changes are ready to be synced to the site policy repo for the 24-hour or 30-day [review window](https://github.com/github/site-policy#whats-the-process), run the [site policy sync action](https://github.com/github/docs-internal/actions/workflows/site-policy-sync.yml) from this PR's branch. When these changes are ready to be merged in `docs-internal`, let the Docs team know on Slack in #docs-content and a writer will merge this PR.

tests/meta/repository-references.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ const ALLOW_DOCS_PATHS = [
7474
'.github/review-template.md',
7575
'.github/workflows/hubber-contribution-help.yml',
7676
'.github/workflows/sync-search-indices.yml',
77+
'.github/workflows/site-policy-reminder.yml',
7778
'contributing/search.md',
7879
'docs/index.yaml',
7980
'lib/excluded-links.js',

0 commit comments

Comments
 (0)