зеркало из https://github.com/github/docs.git
Update site-policy-sync.yml (#17256)
Added filter to reduce trigger events. Edited destination branch and commit message. Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
This commit is contained in:
Родитель
c9f9091d70
Коммит
160085a9ec
|
@ -8,6 +8,8 @@ on:
|
||||||
- main
|
- main
|
||||||
types:
|
types:
|
||||||
- closed
|
- closed
|
||||||
|
paths:
|
||||||
|
- 'content/github/site-policy/**'
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
@ -33,8 +35,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
source_folder: 'content/github/site-policy'
|
source_folder: 'content/github/site-policy'
|
||||||
destination_repo: 'github/site-policy'
|
destination_repo: 'github/site-policy'
|
||||||
destination_branch: 'non-substantive-changes'
|
destination_branch: 'repo-sync'
|
||||||
destination_folder: 'Policies'
|
destination_folder: 'Policies'
|
||||||
user_email: 'pcihon@users.noreply.github.com'
|
user_email: 'pcihon@users.noreply.github.com'
|
||||||
user_name: 'pcihon'
|
user_name: 'pcihon'
|
||||||
commit_msg: 'Mirroring non-substantive changes.'
|
commit_msg: 'Automatic sync from GitHub Docs.'
|
||||||
|
|
Загрузка…
Ссылка в новой задаче