Skip to content

Commit 956d17d

Browse files
committed
fix(governance): include missing files across js-sdk, ucp, and .github rules
1 parent dc6fd21 commit 956d17d

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

org-tools/governance/rules/.github-rules.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ rules:
1414
- "TC_ELECTIONS.md"
1515
- "LICENSE"
1616
- "DOMAIN_TECH_COUNCIL_CHARTER.md"
17+
- "DOMAIN_WORKING_GROUP_CHARTER.md"
1718
- "MAINTAINERS.md"
1819
requires:
1920
# Strictly Governance Council (L4)

org-tools/governance/rules/js-sdk-rules.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ rules:
3030
- "package.json"
3131
- "scripts/**"
3232
- "src/**"
33+
- "tests/**"
3334
- "tsconfig.cjs.json"
3435
- "tsconfig.esm.json"
3536
- "tsconfig.json"

org-tools/governance/rules/ucp-rules.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ rules:
6464
- "package.json"
6565
- "package-lock.json"
6666
- "docs/**"
67+
- "README.md"
6768
excludes:
6869
- "docs/specification/**" # Covered by Documentation Specification
6970
- ".github/CODEOWNERS"

0 commit comments

Comments
 (0)