-
Notifications
You must be signed in to change notification settings - Fork 211
/
sync.yml
38 lines (37 loc) · 1.46 KB
/
sync.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Configuration file for the action `BetaHuhn/repo-file-sync-action`
# Docs: https://github.com/BetaHuhn/repo-file-sync-action
# Workflow: Meta file sync
group:
# Openverse
- repos: |
WordPress/openverse-catalog
WordPress/openverse-api
WordPress/openverse-frontend
WordPress/openverse-browser-extension
WordPress/openverse-infrastructure
files:
# Synced workflows
- source: .github/workflows/new_issues.yml
dest: .github/workflows/new_issues.yml
- source: .github/workflows/new_prs.yml
dest: .github/workflows/new_prs.yml
- source: .github/workflows/label_new_pr.yml
dest: .github/workflows/label_new_pr.yml
- source: .github/workflows/pr_label_check.yml
dest: .github/workflows/pr_label_check.yml
- source: .github/workflows/pr_ping.yml
dest: .github/workflows/pr_ping.yml
- source: .github/workflows/actionlint.yml
dest: .github/workflows/actionlint.yml
- source: .github/actionlint-matcher.json
dest: .github/actionlint-matcher.json
# Downstream workflows
- source: .github/workflows_downstream/draft_release.yml
dest: .github/workflows/draft_release.yml
- source: .github/release_drafter.yml
dest: .github/release_drafter.yml
# Templates
- source: .github/ISSUE_TEMPLATE/
dest: .github/ISSUE_TEMPLATE/
- source: .github/PULL_REQUEST_TEMPLATE.md
dest: .github/PULL_REQUEST_TEMPLATE.md