Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 49f4d2b

Browse files
bearomorphismLee-W
authored andcommittedMay 19, 2025·
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)
Please sign in to comment.