Skip to content

Commit 49f4d2b

Browse files
bearomorphismLee-W
authored andcommitted
docs(label_issues): add comment
1 parent 2982c6e commit 49f4d2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/label_issues.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
2626
const osLabels = new Set(); // Use a Set to avoid duplicates
2727
28+
// Parse the "Environment" section, output of `cz version --report`
2829
if (body.includes('Operating System: Darwin')) {
2930
osLabels.add('os: macOS');
3031
}

0 commit comments

Comments
 (0)