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

Fix broken link in task table to retry task #1548

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

wintonzheng
Copy link
Contributor

@wintonzheng wintonzheng commented Jan 14, 2025

Important

Fixes broken link in TaskActions component by updating the path in navigate() function.

  • Behavior:
    • Fixes broken link in TaskActions component by updating the path in navigate() from /create/retry/${task.task_id} to /tasks/create/retry/${task.task_id}.

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

…src/'

<!-- ELLIPSIS_HIDDEN -->

> [!IMPORTANT]
> Fixes broken link in `TaskActions.tsx` by updating the path in `navigate()` function.
>
>   - **Behavior**:
>     - Fixes broken link in `TaskActions.tsx` by updating the path in `navigate()` from `/create/retry/${task.task_id}` to `/tasks/create/retry/${task.task_id}`.
>
> <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 88104f2eccb7e064147076b18655d70ee2e478b0. It will automatically update as commits are pushed.</sup>

<!-- ELLIPSIS_HIDDEN -->
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 92e6e75 in 10 seconds

More details
  • Looked at 13 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. skyvern-frontend/src/routes/tasks/list/TaskActions.tsx:163
  • Draft comment:
    Ensure that the updated URL path /tasks/create/retry/${task.task_id} is consistent with the rest of the application. If there are other places where the old path /create/retry/${task.task_id} is used, they should be updated as well.
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The change in the PR is straightforward and corrects the URL path for navigation. However, it's important to ensure that this change is consistent across the codebase.

Workflow ID: wflow_jmoZCcIjnYFIbdYf


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 92e6e75 in 9 seconds

More details
  • Looked at 13 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. skyvern-frontend/src/routes/tasks/list/TaskActions.tsx:163
  • Draft comment:
    Ensure that the new path /tasks/create/retry/${task.task_id} is valid and consistent with the routing setup in your application. If this path is incorrect, it could lead to navigation errors.
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The change in the navigate function is correct, but I need to ensure that the new path is valid and consistent with the rest of the codebase.

Workflow ID: wflow_Ejl9GeScvTSdxLLO


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

@msalihaltun msalihaltun merged commit 950a4a5 into main Jan 14, 2025
6 checks passed
@msalihaltun msalihaltun deleted the salih/fix-broken-retry-link branch January 14, 2025 16:33
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.

2 participants