Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GitHub Status script #2240

Merged
merged 1 commit into from
Jan 13, 2024
Merged

Update GitHub Status script #2240

merged 1 commit into from
Jan 13, 2024

Conversation

MSNev
Copy link
Collaborator

@MSNev MSNev commented Jan 12, 2024

Add a -dump flag to report which issues where open, closed and label etc for easier identifying of the issues for the month

@@ -38,6 +40,7 @@
console.log(" -noLabels - Don't report on any labels (overrides -l, -px and -all)");
console.log(" -missingLabels - Identify issues with no assigned labels");
console.log(" -noDefault - Don't add the default labels (bug,enhancement,feature,question,documentation,duplicate,invalid,wontfix)");
console.log(" -dump - Dump the raw JSON data to a file (issues.json)")

Check notice

Code scanning / CodeQL

Semicolon insertion Note

Avoid automated semicolon insertion (96% of all statements in
the enclosing function
have an explicit semicolon).
@@ -38,6 +40,7 @@ function showHelp() {
console.log(" -noLabels - Don't report on any labels (overrides -l, -px and -all)");
console.log(" -missingLabels - Identify issues with no assigned labels");
console.log(" -noDefault - Don't add the default labels (bug,enhancement,feature,question,documentation,duplicate,invalid,wontfix)");
console.log(" -dump - Dump the raw JSON data to a file (issues.json)")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
console.log(" -dump - Dump the raw JSON data to a file (issues.json)")
console.log(" -dump - Dump the raw JSON data to a file (issues.json)");

@MSNev MSNev merged commit 1bc9e72 into main Jan 13, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants