-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add policy checks to Azure DevOps #984
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.
Small suggestion with errors.wrap
@lkysow I updated the PR with the changes from the review, but it looks like the linting stage is exploding -- might be related to the recent linting changes? |
and we're green! |
} | ||
|
||
// Ignore the Atlantis status, even if its set as a blocker. | ||
// This status should not be considered when evaluating if the pull request can be applied. |
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.
🍻
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.
Awesome. Thanks for fixing this and thanks for the review @mcdafydd.
Adds policy checking to the Azure DevOps VCS client.
To assist with the reviews, I've left review comments on the code itself to help explain some of the additions.
Feedback welcomed and appreciated!