Skip to content

Vouch Request: Supratim Sarkar — TypeScript / Node.js contributor #4061

Description

@codewithsupra

Why do you want to contribute?

I've submitted two PRs to trigger.dev:

  1. #4059 — GitHub Actions missing trailing newline: The appendToFile helper in githubActions.ts wrote KEY=VALUE\nKEY2=VALUE2 (single trailing newline on the last entry missing) rather than the format GitHub requires (KEY=VALUE\n per line). The fix changes .join("\n") to per-entry \n appending so every entry — including the last — is properly terminated.

  2. #4060 — Export RunStatus type from SDK: RunStatus is used in the public API response shape but was not re-exported from @trigger.dev/sdk/v3, forcing users to reach into @trigger.dev/core/v3 directly. The fix adds a single export type { RunStatus } line to the SDK index.

Both PRs were auto-closed because I'm not yet vouched. I'd love to reopen them once vouched.

Prior contributions or relevant experience

  • Active open source contributor: PRs open at cal.com (security fix for cron auth bypass, seated event reservation bug) and tiptap (both approved by maintainer)
  • 3+ years building TypeScript / Node.js / React / Next.js products
  • GitHub: @codewithsupra

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions