Skip to content

Commit

Permalink
fix: reflect renaming of setting two_factor_requirement to two_factor…
Browse files Browse the repository at this point in the history
…_required in the Web UI
  • Loading branch information
netomi committed Nov 22, 2024
1 parent 915d2a6 commit caa7db7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

### Fixed

- Fixed retrieval of setting `two_factor_requirement` which has been renamed to `two_factor_required` in the Web UI. ([#339](https://github.com/eclipse-csi/otterdog/issues/339))
- Fixed exclusion of settings that can only be accessed via the Web UI in the `local-apply` operation. ([#330](https://github.com/eclipse-csi/otterdog/issues/330))
- Fixed updating or deleting webhooks with wildcard patterns via the `local-apply` operation. ([#325](https://github.com/eclipse-csi/otterdog/issues/325))
- Fixed importing of `rulesets` due to missing handling of embedded model object `required_status_checks`.
Expand Down
2 changes: 1 addition & 1 deletion otterdog/resources/github-web-settings.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ local newSelectMenuInput(name, inputName, saveInputName, preSelector = null, opt
],

'settings/security': [
newCheckbox('two_factor_requirement')
newCheckbox('two_factor_required')
],

'settings/repository-defaults': [
Expand Down

0 comments on commit caa7db7

Please sign in to comment.