Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion scripts/dwr
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
# retrieve the workflow runs for that repo and present them in a
# list. Selected runs will be deleted. Uses the GitHub API.

# Requires gh (GitHub CLI) and jq (JSON processor)
# Requires gh (GitHub CLI)
# fzf (general-purpose command-line fuzzy finder)
# and jq (JSON processor)

set -o errexit
set -o pipefail
Expand Down