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(lab): clear references to a task key after deleting a task #7099

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 17, 2024

  1. fix: clear references to a task key after deleting a task

    A small helper function which iterates through `workflow.tasks` and deletes references to a given task key. It's called after deleting a task, so that other tasks no longer link to the deleted task.
    eatyourgreens committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    93a837e View commit details
    Browse the repository at this point in the history
  2. npm audit fix

    eatyourgreens committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d50a6c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61a99e0 View commit details
    Browse the repository at this point in the history