-
Couldn't load subscription status.
- Fork 354
chore: capture all branch protection policy #2430
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
|
Thank you for creating a Pull Request @MIchaelMainer. This is a checklist for the PR reviewer(s) to complete before approving and merging this PR:
|
|
Tracking issue with https://github.com/microsoft/GitOps.Branches/issues/74 |
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.
LGTM!
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.
LGTM!
|
4 invalid rules
Total execution time: 0.19 seconds |
* fix: remove react peer dependency (#2389) * fix: add top to the caching key to allow varying values with different page sizes (#2406) Signed-off-by: Martin Musale <[email protected]> * chore: capture all branch protection policy (#2430) * chore: capture all branch protection policy * wrap pattern in quotes * fix: set requiresStrictStatusChecks to false requiresStrictStatusChecks should be false if we don't have one or more status checks defined in requiredStatusChecks property. --------- Signed-off-by: Martin Musale <[email protected]> Co-authored-by: Musale Martin <[email protected]> Co-authored-by: Michael Mainer <[email protected]>
PR Type
Description of the changes
Capture current policy state so that we can make versioned changes to branch protection policies. This will enable policy history, auditing, review, standardization, and templatization. We will update policy in later PR.
We can ignore the rule that states:
At least one value under RequiredStatusChecks must be specified when RequiresStrictStatusChecks is true.This is getting removedPR checklist
yarn build) and changes have been tested in at least two supported browsers (Edge + non-Chromium based browser)yarn setLicense)Other information
Need to add this before we remove this repo from the org policy so that capture all of our existing branch policy.