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

Enable the new InitialIssueTriage Rule that uses AzureSdkOwners #7847

Merged
merged 1 commit into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public class IssueProcessingTests : ProcessingTestBase
/// <param name="hasCodeownersEntry">Whether or not to expect a codeowners entry for the labels returned.</param>
/// <param name="isMemberOfOrg">Whether or not the owner that created the issue is a member of Azure</param>
/// <param name="hasWriteOrAdmin">Whether or not the owner that created the issue has write or admin</param>
[Ignore("Ignore until the InitialIssueTriage rule is re-enabled")]
[Category("static")]
[NonParallelizable] // All the tests use the same CODEOWNERS file
// Scenario: Everything turned off, nothing should process
Expand Down
Loading