Assuming that:
- JuliaRegistrator is secure and can't be tricked into posting a comment that an author created a PR who didn't actually create it
We could automatically ignore PRs if:
- The PR introduces a package that already exists
- We can find the PR that introduced the package already in the registry
- Both PRs are from the same author
- The PR being scanned is older than the one that was merged
This happens a lot because package authors sometimes:
- Open PR 1
- PR 1 is rejected for naming/etc.
- Open PR 2
- PR 2 is merged
- PR 1 is never closed
Assuming that:
We could automatically ignore PRs if:
This happens a lot because package authors sometimes: