We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2982c6e commit 49f4d2bCopy full SHA for 49f4d2b
.github/workflows/label_issues.yml
@@ -25,6 +25,7 @@ jobs:
25
26
const osLabels = new Set(); // Use a Set to avoid duplicates
27
28
+ // Parse the "Environment" section, output of `cz version --report`
29
if (body.includes('Operating System: Darwin')) {
30
osLabels.add('os: macOS');
31
}
0 commit comments