input-output-hk / testnet-stake-pool-registry-validator

Testnet stake pool registry validator.
Apache License 2.0
3 stars 0 forks source link

remove the single-commit validation #7

Closed KtorZ closed 4 years ago

KtorZ commented 4 years ago

As discussed with the CF and Samuel, we agreed to remove the "must be a single commit" limitation on the validation.

Why?

There might the case where two conflicting PRs are trying to take ownership of a particular ticker not yet existing on the registry. Both PRs validation may pass independently but, not together. Still, CI doesn't re-run between merges by default so we might be merging two conflicting PRs if not careful.

Multiple option exists to cope with this: