python-kraken-sdk icon indicating copy to clipboard operation
python-kraken-sdk copied to clipboard

Running GitHub Actions on contributions is cumbersome

Open btschwertfeger opened this issue 8 months ago • 1 comments

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:

  1. A non-collaborator creates a fork
  2. The fork is changed and a PR is opened to contribute the changes.
  3. The reviewer proposes and applies a change
  4. No Action is running and can't be triggered manually

btschwertfeger avatar Apr 11 '25 04:04 btschwertfeger

Current workaround: Close and reopen the PR.

btschwertfeger avatar Apr 11 '25 05:04 btschwertfeger

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.

btschwertfeger avatar Sep 20 '25 09:09 btschwertfeger