We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f9091 commit 160085aCopy full SHA for 160085a
1 file changed
.github/workflows/site-policy-sync.yml
@@ -8,6 +8,8 @@ on:
8
- main
9
types:
10
- closed
11
+ paths:
12
+ - 'content/github/site-policy/**'
13
14
# Allows you to run this workflow manually from the Actions tab
15
workflow_dispatch:
@@ -33,8 +35,8 @@ jobs:
33
35
with:
34
36
source_folder: 'content/github/site-policy'
37
destination_repo: 'github/site-policy'
- destination_branch: 'non-substantive-changes'
38
+ destination_branch: 'repo-sync'
39
destination_folder: 'Policies'
40
user_email: 'pcihon@users.noreply.github.com'
41
user_name: 'pcihon'
- commit_msg: 'Mirroring non-substantive changes.'
42
+ commit_msg: 'Automatic sync from GitHub Docs.'
0 commit comments