chore: add source-level common-repo config
This commit is contained in:
11
.common-repo.yaml
Normal file
11
.common-repo.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
# Source-level common-repo config.
|
||||
# Only files under src/ are distributed to consumers.
|
||||
# The rename strips the src/ prefix so they land at the repo root.
|
||||
- include:
|
||||
patterns:
|
||||
- "src/**"
|
||||
- "src/.*"
|
||||
- "src/.github/**"
|
||||
- rename:
|
||||
- from: "^src/(.*)$"
|
||||
to: "$1"
|
||||
Reference in New Issue
Block a user