Skip to content

Commit 7fead35

Browse files
committed
docs(label_issues): add comment
1 parent 1c4fdaf commit 7fead35

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)