Skip to content

Commit

Permalink
feat: add validation for plan to be enterprise, fixes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi committed Dec 13, 2024
1 parent 67529d2 commit 11ae041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Added

- Added validation for `plan` to be `enterprise`.
- Added validation for `two_factor_requirement` to be enabled.

## [0.10.0] - 2024/11/20
Expand Down
1 change: 1 addition & 0 deletions validate-org-settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
context.property_equals(self, "members_can_create_teams", False)
context.property_equals(self, "default_code_security_configurations_disabled", True)
context.property_equals(self, "two_factor_requirement", True)
context.property_equals(self, "plan", "enterprise")

0 comments on commit 11ae041

Please sign in to comment.