Skip to content

feat: support reporting the milestone#3

Merged
npmccallum merged 1 commit into
AMDEPYC:mainfrom
npmccallum:milestone
Oct 16, 2025
Merged

feat: support reporting the milestone#3
npmccallum merged 1 commit into
AMDEPYC:mainfrom
npmccallum:milestone

Conversation

@npmccallum
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings October 14, 2025 19:12
Copy link
Copy Markdown

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 pull request adds support for specifying a milestone when reporting GitHub issues. The milestone can be provided as either a numeric ID or a string title, giving users flexibility in how they reference milestones.

  • Adds a new Milestone enum that can represent either an ID (u64) or title (String)
  • Implements command-line argument parsing for the milestone option
  • Integrates milestone support into the existing report structure

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

Comment thread src/main.rs Outdated
Copilot AI review requested due to automatic review settings October 14, 2025 19:23
Copy link
Copy Markdown

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 1 out of 1 changed files in this pull request and generated no new comments.


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

Copy link
Copy Markdown
Contributor

@amd-aliem amd-aliem left a comment

Choose a reason for hiding this comment

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

Successfully tested on my fork - issue created w/ matching milestone title
LGTM

@npmccallum npmccallum merged commit e7630f2 into AMDEPYC:main Oct 16, 2025
13 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.

3 participants