envless/envless

[FEATURE]: Allow users to Re-open PR after being closed

Closed this issue · 0 comments

Description

Currently, we do not have feature to re-open closed PRs.

Possible solution

Create new columns for table PullRequest:

  • reOpenedAt DateTime?
  • reOpenedBy String?

Create a enum record for PullRequestStatus enum type:

  • reOpened
  • Add necessary trpc actions as well.

Alternatives

No response

Additional information

No response