Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show terminate in the action type pills #927

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

ykeremy
Copy link
Contributor

@ykeremy ykeremy commented Oct 8, 2024

Before:
image

After:
image


Important

Add terminate action type to ActionTypes and ReadableActionTypes in types.ts.

  • Action Types:
    • Add terminate to ActionTypes and ReadableActionTypes in types.ts.

This description was created by Ellipsis for baf5221. It will automatically update as commits are pushed.

…src/'

Before:
![image](https://github.com/user-attachments/assets/b1655bb8-34ab-4c85-b079-acffdeb5d562)

After:
![image](https://github.com/user-attachments/assets/ffb3c310-ac88-4f8a-9049-f1a44b3a0816)

<!-- ELLIPSIS_HIDDEN -->

> [!IMPORTANT]
> Add `terminate` action type to `ActionTypes` and `ReadableActionTypes` in `types.ts`.
>
>   - **Action Types**:
>     - Add `terminate` to `ActionTypes` and `ReadableActionTypes` in `types.ts`.
>
> <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=Skyvern-AI%2Fskyvern-cloud&utm_source=github&utm_medium=referral)<sup> for 08bc92e35312de00b2e7fb85624b41fc3b423f96. It will automatically update as commits are pushed.</sup>

<!-- ELLIPSIS_HIDDEN -->
@ykeremy ykeremy added the sync label Oct 8, 2024
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

👍 Looks good to me! Incremental review on baf5221 in 9 seconds

More details
  • Looked at 20 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. skyvern-frontend/src/api/types.ts:201
  • Draft comment:
    Consider using consistent casing for action types. For example, 'complete' and 'wait' are lowercase, while others like 'InputText' are camel case. This inconsistency can lead to confusion.
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The PR correctly adds 'terminate' to both ActionTypes and ReadableActionTypes, as per the description. However, there is a minor inconsistency in the casing of action types.

Workflow ID: wflow_5A1BFgWCl08dQJqd


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

👍 Looks good to me! Reviewed everything up to baf5221 in 9 seconds

More details
  • Looked at 20 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. skyvern-frontend/src/api/types.ts:201
  • Draft comment:
    Ensure consistent casing for action types. Consider using camelCase for all keys in ActionTypes to match the existing pattern (e.g., complete, wait).
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The PR correctly adds 'terminate' to both ActionTypes and ReadableActionTypes, as per the description. However, there is a minor inconsistency in the casing of action types.

Workflow ID: wflow_F0Cmdbp51yYkHBNb


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@ykeremy ykeremy merged commit 157628d into main Oct 8, 2024
2 checks passed
@ykeremy ykeremy deleted the ykeremy/show-terminate-actions-in-action-history-ui branch October 8, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant