chore: include homebrew-tap in safe-settings config - #212
Merged
marcusburghardt merged 1 commit intoSep 4, 2026
Merged
Conversation
marcusburghardt
requested review from
gxmiranda,
jflowers and
jpower432
as code owners
September 3, 2026 15:01
Add homebrew-tap to safe-settings management: - deployment-settings.yml: include in managed repos allowlist - suborgs/code-repos.yml: classify as code repository - settings.yml: add to code repos ruleset conditions homebrew-tap is a public repo with no branch protection or rulesets. Adding it ensures it receives the same baseline protections as other code repositories. Assisted-by: OpenCode (claude-opus-4-6) Signed-off-by: Marcus Burghardt <maburgha@redhat.com>
marcusburghardt
force-pushed
the
chore/add-homebrew-tap-safe-settings
branch
from
September 4, 2026 09:29
7932614 to
2c79d5f
Compare
marcusburghardt
enabled auto-merge (rebase)
September 4, 2026 09:29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add
homebrew-tapto safe-settings management. This is the only activepublic repository in the complytime org not covered by safe-settings.
Changes
safe-settings/deployment-settings.ymlsafe-settings/suborgs/code-repos.ymlsafe-settings/settings.ymlContext
homebrew-tapis a Homebrew formula tap created Jul 14, 2026. Currentlycontains only a LICENSE file with no branch protection or rulesets.
Classified as a code repository since it will receive formula definitions
as the project matures.
After merging, run the safe-settings sync workflow to apply the baseline
protections.