python-kraken-sdk
python-kraken-sdk copied to clipboard
Running GitHub Actions on contributions is cumbersome
Describe the bug
When a fork of this repository opens a pull request in order to submit a change in this repository, executing Actions doesn't seem to fit for all cases.
Scenario:
- A non-collaborator creates a fork
- The fork is changed and a PR is opened to contribute the changes.
- The reviewer proposes and applies a change
- No Action is running and can't be triggered manually
Current workaround: Close and reopen the PR.
An idea would be to not run tests requiring API keys on PRs from non-collaborators. This would then require manual validation from a collaborator, outside the CI.