Skip to content

Commit da0883d

Browse files
docs (CLAUDE.md): add gha commands
1 parent 44e1199 commit da0883d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ gh pr create --title "title" --body "$(cat <<'EOF'
106106
- Change 2
107107
EOF
108108
)"
109+
110+
# list github actions (gha) runs
111+
gh run list
112+
113+
# watch gha runs
114+
gh run watch 20756222745
109115
```
110116

111117
## Architecture

0 commit comments

Comments
 (0)