-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsync-config.yml
More file actions
113 lines (111 loc) · 3.83 KB
/
sync-config.yml
File metadata and controls
113 lines (111 loc) · 3.83 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# BetaHuhn/repo-file-sync-action configuration
# This file defines which files from the sync/ directory are pushed to org repos.
#
# How it works:
# 1. Files in sync/ are the "source of truth" for org standards.
# 2. The sync-files.yml workflow runs on push to sync/, on a weekly schedule,
# or via manual dispatch.
# 3. For each repo listed below, a PR is opened with any file changes.
#
# To add more repos:
# - Add the repo name under the `repos:` key in "OrrisTech/repo-name" format.
# - It's recommended to add repos in batches of 2-3 at a time and verify
# the sync PRs look correct before adding more.
# - Repos that aren't ready for all standards can be placed in a separate
# group with a subset of files.
group:
# ── Full standards sync (TypeScript / Next.js repos) ───────────────────
# These repos receive all org standard files including CI, PR template,
# org rules, lefthook, and VS Code settings.
- files:
- source: sync/.claude/org-rules.md
dest: .claude/org-rules.md
- source: sync/.github/pull_request_template.md
dest: .github/pull_request_template.md
- source: sync/.github/workflows/ci.yml
dest: .github/workflows/ci.yml
- source: sync/lefthook.yml
dest: lefthook.yml
- source: sync/.vscode/settings.json
dest: .vscode/settings.json
repos: |
OrrisTech/adwhiz-landing
OrrisTech/agent-otp
OrrisTech/ai-agent-list
OrrisTech/aidp
OrrisTech/animent-web
OrrisTech/animent-wxapp
OrrisTech/antitemp
OrrisTech/app-clawface
OrrisTech/app-gangxu
OrrisTech/app-rhythm-guard
OrrisTech/ccapi
OrrisTech/changeface
OrrisTech/claude-code-container
OrrisTech/clawbot
OrrisTech/clawdgo
OrrisTech/clawface
OrrisTech/clawra
OrrisTech/conceptviz
OrrisTech/dr-agent
OrrisTech/focus-voyager
OrrisTech/focus-voyager-landing
OrrisTech/freelancer
OrrisTech/getbgm
OrrisTech/huoshan-api
OrrisTech/image-uploader
OrrisTech/imaginepro-redirect
OrrisTech/imaginepro-web
OrrisTech/kolfind
OrrisTech/kolfind-static
OrrisTech/lobe-chat
OrrisTech/makevid
OrrisTech/mksaas
OrrisTech/my-api-adaptor
OrrisTech/nanobanana-video
OrrisTech/nb2-hub
OrrisTech/orris-ai
OrrisTech/orris-saas
OrrisTech/outreach
OrrisTech/poseidea-web
OrrisTech/poseup
OrrisTech/poseup-mobile
OrrisTech/postbloom
OrrisTech/pricing-calculator
OrrisTech/pricing-slider
OrrisTech/reBacklog
OrrisTech/seomate
OrrisTech/sora-api
OrrisTech/sora-landing
OrrisTech/sora-next-web
OrrisTech/sora-web
OrrisTech/sora-wrapper-landing
OrrisTech/soramaze
OrrisTech/stripe-payment-emails
OrrisTech/suno-new
OrrisTech/sunoapi-web
OrrisTech/sunotify
OrrisTech/tagphoto
OrrisTech/vibe-scene-generator
OrrisTech/vibeview
OrrisTech/xpeek
# ── Partial sync (non-TypeScript repos) ────────────────────────────────
# These repos only get org rules, PR template, and VS Code settings
# (no CI workflow or lefthook since they may not be Node.js projects).
- files:
- source: sync/.claude/org-rules.md
dest: .claude/org-rules.md
- source: sync/.github/pull_request_template.md
dest: .github/pull_request_template.md
repos: |
OrrisTech/find-kol-skill
OrrisTech/google-ads-api-developer-assistant
OrrisTech/imaginepro-mask
OrrisTech/orris-cc-context-init
OrrisTech/pinterest-autopublish
OrrisTech/poseidea
OrrisTech/skills
OrrisTech/sora-app
OrrisTech/turnitpass
OrrisTech/zimage-turbo
OrrisTech/tokime