Skip to main content

Github/actions

@bixu/github/actionsv2026.05.05.1· 18d agoMODELS
01README

Track GitHub Actions workflow runs for a pull request — list latest runs and watch until completion via Octokit REST SDK

02Models1
@bixu/github/actionsv2026.05.05.1github_actions.ts

Global Arguments

ArgumentTypeDescription
token?stringGitHub token (auto-detected from GH_TOKEN, GITHUB_TOKEN, or gh CLI config)
ownerstringRepository owner
repostringRepository name
fn pr(pr: number, json: boolean)
Get the latest Actions runs for a pull request
ArgumentTypeDescription
prnumberPull request number
jsonbooleanOutput raw JSON
fn watch(pr: number, interval: number)
Poll a PR's workflow runs until all complete, printing status each interval
ArgumentTypeDescription
prnumberPull request number
intervalnumberPolling interval in seconds (default: 30)

Resources

run(1d)— GitHub Actions workflow run
03Stats
D
58 / 100
Downloads
1
Archive size
95.5 KB
  • Has README or module doc0/2missing
  • README has a code example0/1missing
  • README is substantive0/1pending
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared0/1missing
  • Verified public repository2/2earned
04Platforms
05Labels