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

Support auto-fetching metadata from GitHub API and add manual args #543

Merged
merged 8 commits into from
Aug 6, 2024

Conversation

mdanish-kh
Copy link
Contributor

@mdanish-kh mdanish-kh commented Aug 5, 2024

This PR adds support for auto-populating metadata from GitHub API. Also adds two new args --release-notes-url and --release-date for explicitly specifying the metadata. These args take precedence over any auto-populated values

We only hit the GitHub API if we have a valid GitHub token specified. There's an issue with serializing ReleaseDate with our yaml serializer, so we update ReleaseDateTime for that instead.

Microsoft Reviewers: Open in CodeFlow

@mdanish-kh mdanish-kh requested a review from a team as a code owner August 5, 2024 19:10
@mdanish-kh mdanish-kh requested review from yao-msft and ryfu-msft and removed request for a team August 5, 2024 19:10
@microsoft-github-policy-service microsoft-github-policy-service bot added the Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. label Aug 5, 2024
@vedantmgoyal9
Copy link
Contributor

@mdanish-kh
Copy link
Contributor Author

@vedantmgoyal9 I feel the issues mentioned and their proposed implementations by the authors are not 'directly' addressed by this PR. If this gets merged, we can have a convo with the authors to check if this implementation caters their request

@ryfu-msft
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ryfu-msft
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ryfu-msft ryfu-msft merged commit a9411fd into microsoft:main Aug 6, 2024
5 checks passed
@mdanish-kh mdanish-kh deleted the release-metadata branch August 6, 2024 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automaticlly get available informations from github download links
3 participants