You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples-copier/README.md
+88-3Lines changed: 88 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# GitHub Docs Code Example Copier
2
2
3
-
A GitHub app that automatically copies code examples and files from a source repository to one or more target repositories when pull requests are merged. Features advanced pattern matching, path transformations, audit logging, and comprehensive monitoring.
3
+
A GitHub app that automatically copies code examples and files from a source repository to one or more target
4
+
repositories when pull requests are merged. Features advanced pattern matching, path transformations, audit logging,
5
+
and comprehensive monitoring.
4
6
5
7
## Features
6
8
@@ -15,6 +17,9 @@ A GitHub app that automatically copies code examples and files from a source rep
15
17
### Enhanced Features
16
18
-**YAML Configuration** - Modern YAML config with JSON backward compatibility
17
19
-**Message Templating** - Template-ized commit messages and PR titles
20
+
-**Batch PR Support** - Combine multiple rules into one PR per target repo
21
+
-**PR Template Integration** - Fetch and merge PR templates from target repos
22
+
-**File Exclusion** - Exclude patterns to filter out unwanted files (`.gitignore`, `node_modules`, etc.)
18
23
-**Audit Logging** - MongoDB-based event tracking for all operations
19
24
-**Health & Metrics** - `/health` and `/metrics` endpoints for monitoring
See [DEPLOYMENT.md](./docs/DEPLOYMENT.md) for complete deployment guide and [DEPLOYMENT-CHECKLIST.md](./docs/DEPLOYMENT-CHECKLIST.md)for step-by-step checklist.
520
+
See [DEPLOYMENT.md](./docs/DEPLOYMENT.md) for complete deployment guide for step-by-step checklist.
0 commit comments