logdna / terraform-provider-logdna

Terraform provider to simplify creation of views, preset alerts and other resources in LogDNA!
https://registry.terraform.io/providers/logdna/logdna/latest
MIT License
11 stars 12 forks source link

fix: skip version check for fork PRs stage 2 #66

Closed seeruyy closed 2 years ago

seeruyy commented 2 years ago

A few recent PRs failed because of due to the fact that there is no access to the fork repository. In this commit the version check enabled only for the original Logdna repo

Ref: LOG13520