-
Notifications
You must be signed in to change notification settings - Fork 227
Revamp issue-labeler project #13310
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
Open
MaiLinhP
wants to merge
23
commits into
Azure:main
Choose a base branch
from
MaiLinhP:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Revamp issue-labeler project #13310
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
6353aca
make issue generator
09b62b8
Create issue generator
999b41a
clean up and change how synthetic issues are written out
MaiLinhP 416b29b
move where file write out is
b7d961a
Make new models work for python SDK
cc633eb
Clean up and adding new ML pipeline
MaiLinhP 755df2d
Merge branch 'main' of https://github.com/MaiLinhP/azure-sdk-tools
MaiLinhP 0297510
Clean up of Legacy Labeler and fully replacing it with new ML pipeline
adc12ca
More clean up of unused files. Make sure new IModelHolderFactoryLite …
965124f
Merge branch 'Azure:main' into main
MaiLinhP 4733eb9
Refactoring, changing names, get rid of github actions dependencies
e60d531
Merge branch 'main' of https://github.com/MaiLinhP/azure-sdk-tools
48f324d
Make issue generator more versatile, and upload result generated issu…
3134d09
Fix styling, redo unnecessary changes
f5885d6
add EndProject on sln file
e8955f8
fix
f2d7b76
Add functionally to train with synthetic data, minor fix
388bbd4
Refactoring, giving more flexibility on uploading to blob
af63bb7
Merge branch 'Azure:main' into main
MaiLinhP 5157131
delete file
4e7cffc
fix error
975fafd
Update tools/issue-labeler/src/IssueLabeler.Shared/IModelHolderFactor…
MaiLinhP 6366a09
Update tools/issue-labeler/src/IssueLabelerMLPipeline/src/GitHubClien…
MaiLinhP File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
tools/issue-labeler/src/Azure.Sdk.Labels/Azure.Sdk.LabelTrainer.csproj
This file was deleted.
Oops, something went wrong.
57 changes: 0 additions & 57 deletions
57
tools/issue-labeler/src/Azure.Sdk.Labels/AzureSdkCombinedLabelModelTrainer.cs
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
tools/issue-labeler/src/Azure.Sdk.Labels/AzureSdkTrainingDataFilters.cs
This file was deleted.
Oops, something went wrong.
119 changes: 0 additions & 119 deletions
119
tools/issue-labeler/src/Azure.Sdk.Labels/AzureSdkTrainingDataProcessor.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this for local support of the Azure Function? I'm wondering if we should move this to a local props file that we ignore so that CI doesn't get confused.