-
Notifications
You must be signed in to change notification settings - Fork 183
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
CODEOWNERS linter yml updates #8267
Conversation
The following pipelines have been queued for testing: |
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.
Looks good once you finish your testing.
The following pipelines have been queued for testing: |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#8267 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) --------- Co-authored-by: James Suplizio <[email protected]>
These is the yml changes for the linter update.
Testing was done by pushing test commits with errors in their CODEOWNERS files that were removed from the baseline errors as part of their PRs. This means that only by using the generated base branch baseline file would they have passed.
PR with main as the base branch and its codeowners-linter run
PR with a feature branch as the base branch and its codeowners-linter run
These cases were necessary to test the inline powershell scripts that swap the branch to the base branch to create the base branch baseline file and swap back to run the linter against the files in the PR, which only passed because of the base branch baseline file.