Blame

9b0d4c Thai Pangsakulyanont 2026-01-30 07:45:55 1
---
2
name: wait-for-ci
3
description: Use this skill to wait for checks on GitHub Actions to finish on the current pull request
4
---
5
ee9d5b Thai Pangsakulyanont 2026-01-30 08:20:40 6
Make sure there is an active pull request for the current branch, then run this command in the project directory (not the skill base directory):
9b0d4c Thai Pangsakulyanont 2026-01-30 07:45:55 7
8
```
9
mise exec deno -- deno run --allow-run=gh --allow-env https://github.com/dtinth/wait-for-ci/raw/main/wait-for-ci.ts
10
```
11
12
This command:
13
14
- Monitors a GitHub pull request's status checks.
15
- Periodically polls and prints status updates and any changes.
16
- When all checks are finished, prints a summary of results, and exits.