Skip to content

feat(action): add fetch-latest-only mode for group result polling - #4

Merged
yubinzhao-black merged 3 commits into
mainfrom
feat/github-action-fetch-latest-only
May 8, 2026
Merged

feat(action): add fetch-latest-only mode for group result polling#4
yubinzhao-black merged 3 commits into
mainfrom
feat/github-action-fetch-latest-only

Conversation

@yubinzhao-black

Copy link
Copy Markdown
Contributor

Introduce a non-trigger mode that fetches the latest run result by group_public_id and document the new workflow input while preserving existing trigger behavior by default.

Introduce a non-trigger mode that fetches the latest run result by group_public_id and document the new workflow input while preserving existing trigger behavior by default.

Co-authored-by: Cursor <cursoragent@cursor.com>
Comment thread README.md Outdated

- `api-key` (**required**): DoableAI API key created in DoableAI Settings -> API Keys.
- `group-public-id` (**required**): Scheduled group public id (for example: `tg-xxxx`).
- `fetch-latest-only`: `true/false`, default `false`. When `true`, do not trigger new run; fetch latest run result for `group-public-id`.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lookup-latest-only

yubinzhao-black and others added 2 commits May 8, 2026 13:56
Align the latest-result polling option name with lookup semantics across action inputs, source logic, and README examples.

Co-authored-by: Cursor <cursoragent@cursor.com>
Update e2e smoke workflow to checkout the branch code and validate the lookup-latest-only mode without triggering a new run.

Co-authored-by: Cursor <cursoragent@cursor.com>
@yubinzhao-black
yubinzhao-black merged commit aa4cb7b into main May 8, 2026
1 check passed
@yubinzhao-black
yubinzhao-black deleted the feat/github-action-fetch-latest-only branch May 8, 2026 06:17
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.

2 participants