This message was deleted.
# general
s
This message was deleted.
b
From the upstream documentation:
// It’s not entirely clear how to treat PR deletion according to Terraform’s
// CRUD semantics. The approach we’re taking here is to close the PR unless
// it’s already closed or merged. Merging it feels intuitively wrong in what
// effectively is a destructor.
https://github.com/integrations/terraform-provider-github/blob/main/github/resource_github_repository_pull_request.go#L256 I guess this makes sense.