Skip to content

Commit 8c1deb4

Browse files
committed
Patch oversights
1 parent 7e43692 commit 8c1deb4

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/validate-configs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ on:
44
push:
55
paths:
66
- "config/**"
7+
- "scripts/**"
8+
- ".github/workflows/**"
79
pull_request:
810
paths:
911
- "config/**"
12+
- "scripts/**"
13+
- ".github/workflows/**"
1014

1115
jobs:
1216
validate:

scripts/sync-labels.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import path from "node:path";
22
import {
33
assert,
4+
normalizeColor,
5+
normalizeDescription,
46
normalizeName,
57
normalizeRepositoryRef,
68
readJsonc,

0 commit comments

Comments
 (0)