Skip to content

update github action docs to match ambient-action v2#1244

Open
vishsanghishetty wants to merge 1 commit intoambient-code:mainfrom
vishsanghishetty:docs/1232-update-github-action-docs
Open

update github action docs to match ambient-action v2#1244
vishsanghishetty wants to merge 1 commit intoambient-code:mainfrom
vishsanghishetty:docs/1232-update-github-action-docs

Conversation

@vishsanghishetty
Copy link
Copy Markdown
Contributor

@vishsanghishetty vishsanghishetty commented Apr 7, 2026

Closes #1232


Why

The GitHub Action docs were pinned to v0.0.2 and hadn't been updated since. Several inputs, an output, and the timeout semantics have all changed in ambient-code/ambient-action — the docs didn't reflect any of it.

What changed

Inputs table

Change Detail
Added session-name Send a message to an existing session instead of creating a new one
Added stop-on-run-finished Auto-stop session when the agent finishes its run
Added poll-timeout Max minutes to poll before giving up (when wait: true)
Fixed timeout Was "session timeout in minutes, default 30" → now "inactivity timeout in seconds, default 0" (matches action.yml)
Updated descriptions api-token, project, prompt, wait, poll-interval — aligned wording with action.yml

Outputs table

Change Detail
Added session-url URL to the session in the Ambient UI

Version refs

  • All 4 occurrences of @v0.0.2@v2 (across github-action.md and bugfix.md)
  • Removed hardcoded (v0.0.2) from the intro paragraph

Files touched

File What
docs/src/content/docs/extensions/github-action.md Inputs/outputs tables, version refs, descriptions
docs/src/content/docs/workflows/bugfix.md Version ref in YAML example

How I tested

Compared every input and output in the updated docs against action.yml line by line — all 17 inputs and 5 outputs match. No code changes, so no lint/test/tsc applicable. Astro build will run in CI (couldn't build locally — needs Node 22+, local is Node 20).

the docs were pinned to v0.0.2 and missing several inputs/outputs
that have been added since. syncs the inputs table (adds session-name,
stop-on-run-finished, poll-timeout), outputs table (adds session-url),
fixes the timeout description, and bumps all examples to @v2.

closes ambient-code#1232

Signed-off-by: Vishali <vsanghis@redhat.com>
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 7, 2026

Warning

Rate limit exceeded

@vishsanghishetty has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 2 minutes and 6 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 2 minutes and 6 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: ce895a86-ae4f-4c21-b741-69f2c245e5f8

📥 Commits

Reviewing files that changed from the base of the PR and between 4c8486e and 5b2c611.

📒 Files selected for processing (2)
  • docs/src/content/docs/extensions/github-action.md
  • docs/src/content/docs/workflows/bugfix.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
✨ Simplify code
  • Create PR with simplified code

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Our Docs our out of date for the Github action

1 participant