Skip to content

Conversation

avivkeller
Copy link
Member

Ref: #186

This PR uses Commander to add:

  • --dry-run (Run w/o creating any notes or issues)
  • --verbose (Run w/ verbose Octokit)

@Copilot Copilot AI review requested due to automatic review settings October 11, 2025 13:47
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds CLI support for dry-run and verbose modes to the meeting artifacts creation tool using Commander.js. It enables users to preview what would be created without making actual changes and provides detailed debug output.

Key changes:

  • Refactored configuration system to support CLI options alongside environment variables
  • Added dry-run mode that prevents actual creation of GitHub issues and HackMD documents
  • Integrated verbose logging for GitHub API operations

Reviewed Changes

Copilot reviewed 7 out of 9 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
create-node-meeting-artifacts.mjs Added Commander.js CLI parsing and dry-run logic for conditional resource creation
src/config.mjs Converted from function-based to object-based configuration export
src/github.mjs Added verbose logging support to GitHub client creation
package.json Added Commander.js dependency
.github/workflows/*.yml Updated workflow commands to use new CLI options
test/config.test.mjs Removed existing configuration tests (requires new test approach)
Comments suppressed due to low confidence (1)

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Copilot Copilot AI review requested due to automatic review settings October 11, 2025 13:50
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 7 out of 9 changed files in this pull request and generated no new comments.

Comments suppressed due to low confidence (1)

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@avivkeller
Copy link
Member Author

cc @ovflowd

@Copilot Copilot AI review requested due to automatic review settings October 12, 2025 18:26
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 7 out of 9 changed files in this pull request and generated 1 comment.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Copilot Copilot AI review requested due to automatic review settings October 12, 2025 18:30
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 7 out of 9 changed files in this pull request and generated 2 comments.

Comments suppressed due to low confidence (1)

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Co-authored-by: Copilot <[email protected]>
@Copilot Copilot AI review requested due to automatic review settings October 12, 2025 18:32
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 7 out of 9 changed files in this pull request and generated no new comments.

Comments suppressed due to low confidence (1)

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@avivkeller
Copy link
Member Author

bump @ovflowd

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.

2 participants