Files
the-nexus/gitea-branch-protection.sh
2026-04-07 14:56:31 +00:00

7 lines
190 B
Bash

#!/bin/bash
# Wrapper for the canonical branch-protection sync script.
# Usage: ./gitea-branch-protection.sh
set -euo pipefail
cd "$(dirname "$0")"
python3 scripts/sync_branch_protection.py