Skip to main content

GitHub CLI operations

v0.1.6

GitHub introspection — PRs, issues, repos, workflow runs, releases, commit checks, search — plus operator actions: merge PR, close PR, rerun workflow, dispatch workflow. Authenticates via the runner host's `gh auth status` token (i.e. ~/.config/gh).

17 allowed by default 2 need approval
Pack ID
github-cli
Vendor
emisar
OS
linux
Actions
19
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
gh

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:08d6548d27e3b21c8bdf8ecd3a2f10525bb60c1eb318080de910a8826f2b0e34

on the runner host
sudo emisar pack install github-cli \
  --hash sha256:08d6548d27e3b21c8bdf8ecd3a2f10525bb60c1eb318080de910a8826f2b0e34 \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 19 total

View on GitHub