Skip to content

Feat/domain availability scripts and maxfiles - #2

Merged
FrederickEngelhardt merged 9 commits into
mainfrom
feat/domain-availability-scripts
Jan 27, 2026
Merged

Feat/domain availability scripts and maxfiles#2
FrederickEngelhardt merged 9 commits into
mainfrom
feat/domain-availability-scripts

Conversation

@FrederickEngelhardt

Copy link
Copy Markdown
Contributor

name: Pull Request
about: Propose changes to OSA
title: ''
labels: ''
assignees: ''


Description

Type of Change

  • 🐛 Bug fix (patch)
  • ✨ New feature (minor)
  • 💥 Breaking change (major)
  • 📚 Documentation update
  • 🔒 Security fix
  • 🔧 Maintenance/Refactoring

Release Management

For automatic release on merge, add one of these labels:

  • release:major - Breaking changes, incompatible API changes (bumps 1.x.x → 2.0.0)
  • release:minor - New features, backwards-compatible (bumps x.1.x → x.2.0)

No label = No automatic release (manual release via GitHub Actions later)

Testing

  • Tested on macOS
  • Tested on Linux
  • Tested on WSL
  • Ran ./osa-cli.zsh --scan-secrets (if touching constructors)
  • Ran tests: ./tests/run-tests.zsh

Checklist

  • My code follows the zsh style of this project
  • I have added #!/usr/bin/env zsh shebang to new scripts
  • I have updated documentation (if applicable)
  • No hardcoded secrets (use osa-secret-set instead)
  • All files use .zsh extension (unless intentionally .sh for bash)
  • I have added appropriate release label (release:major or release:minor)

Additional Context

@FrederickEngelhardt
FrederickEngelhardt enabled auto-merge (squash) January 24, 2026 08:43
@FrederickEngelhardtFrederickEngelhardt changed the title Feat/domain availability scriptsFeat/domain availability scripts and maxfilesJan 24, 2026
@FrederickEngelhardt
FrederickEngelhardt merged commit 7c94e47 into mainJan 27, 2026
1 check passed
@FrederickEngelhardt
FrederickEngelhardt deleted the feat/domain-availability-scripts branch January 27, 2026 20:18
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@FrederickEngelhardt