1 parent dc6fd21 commit 956d17dCopy full SHA for 956d17d
3 files changed
org-tools/governance/rules/.github-rules.yml
@@ -14,6 +14,7 @@ rules:
14
- "TC_ELECTIONS.md"
15
- "LICENSE"
16
- "DOMAIN_TECH_COUNCIL_CHARTER.md"
17
+ - "DOMAIN_WORKING_GROUP_CHARTER.md"
18
- "MAINTAINERS.md"
19
requires:
20
# Strictly Governance Council (L4)
org-tools/governance/rules/js-sdk-rules.yml
@@ -30,6 +30,7 @@ rules:
30
- "package.json"
31
- "scripts/**"
32
- "src/**"
33
+ - "tests/**"
34
- "tsconfig.cjs.json"
35
- "tsconfig.esm.json"
36
- "tsconfig.json"
org-tools/governance/rules/ucp-rules.yml
@@ -64,6 +64,7 @@ rules:
64
65
- "package-lock.json"
66
- "docs/**"
67
+ - "README.md"
68
excludes:
69
- "docs/specification/**" # Covered by Documentation Specification
70
- ".github/CODEOWNERS"
0 commit comments