-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Added github label rules from other repo #1134
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
Conversation
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.
Thanks @Thraka! I think the rules need to be revisited to be repo specific. I commented where I saw we could change.
.ghal.rules.json
Outdated
| "defaults": [ ":watch: Not Triaged" ], | ||
| "product": { | ||
| "(?i).*": "Source - Docs.ms", | ||
| "(?i)dotnet-csharp$": ":books: Area - C# Guide", |
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.
I think only the first one should be kept (Source - Docs.ms) - all the others don't make sense here
| "(?i).*master\/docs\/standard\/modernize-with-azure-and-containers.*": ":card_file_box: Technology - .NET Architecture,:book: e-book - Modernizing w/ Windows containers", | ||
| "(?i).*master\/docs\/standard\/security.*": ":card_file_box: Technology - Security", | ||
| "(?i).*master\/docs\/standard\/serverless-architecture.*": ":card_file_box: Technology - .NET Architecture,:book: e-book - Serverless apps", | ||
| "(?i).*dotnet-api-docs\/blob\/master\/xml\/system\\.net.*": ":card_file_box: Technology - NCL", |
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.
keep just these for dotnet-api-docs, remove the rest
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.
@mairaw Done
|
@mairaw can i just merge? or do i need to wait for build (which doesn't really apply here) |
|
We tend to wait even when it doesn't apply. Up to you! |
Label rules for dotnet/docs#9128