Skip to content

Instantly share code, notes, and snippets.

@albandiguer
albandiguer / signoff
Created April 29, 2024 21:27 — forked from dhh/signoff
#!/usr/bin/env bash
# Abort sign off on any error
set -e
# Start the benchmark timer
SECONDS=0
# Repository introspection
OWNER=$(gh repo view --json owner --jq .owner.login)