Github/actions
@bixu/github/actionsv2026.05.05.1
01README
Track GitHub Actions workflow runs for a pull request — list latest runs and watch until completion via Octokit REST SDK
02Models
@bixu/github/actionsv2026.05.05.1github_actions.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| token? | string | GitHub token (auto-detected from GH_TOKEN, GITHUB_TOKEN, or gh CLI config) |
| owner | string | Repository owner |
| repo | string | Repository name |
fn pr(pr: number, json: boolean)
Get the latest Actions runs for a pull request
| Argument | Type | Description |
|---|---|---|
| pr | number | Pull request number |
| json | boolean | Output raw JSON |
fn watch(pr: number, interval: number)
Poll a PR's workflow runs until all complete, printing status each interval
| Argument | Type | Description |
|---|---|---|
| pr | number | Pull request number |
| interval | number | Polling 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
Repository
https://github.com/bixu/swamp-extensions04Platforms
05Labels