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:
Peter Cihon 2021-01-14 06:54:33 -08:00 коммит произвёл GitHub
Родитель c9f9091d70
Коммит 160085a9ec
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 2 удалений

6
.github/workflows/site-policy-sync.yml поставляемый
Просмотреть файл

@ -8,6 +8,8 @@ on:
- main
types:
- closed
paths:
- 'content/github/site-policy/**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@ -33,8 +35,8 @@ jobs:
with:
source_folder: 'content/github/site-policy'
destination_repo: 'github/site-policy'
destination_branch: 'non-substantive-changes'
destination_branch: 'repo-sync'
destination_folder: 'Policies'
user_email: 'pcihon@users.noreply.github.com'
user_name: 'pcihon'
commit_msg: 'Mirroring non-substantive changes.'
commit_msg: 'Automatic sync from GitHub Docs.'