PRs based on branches in repository forks do not run GH-Actions
Bug: PRs based on branches in repository forks do not run GH-Actions
Expected Behavior
GIVEN A branch from someone who want to participate in this repository
WHEN opening a PR on said branch (on a fork)
THEN the applicable GH-actions like test.yml asks for a maintainer to be started or start themselves if possible.
Actual Behavior
They don't start and are forever stuck in "Waiting for status to be reported",
Steps to Reproduce the Problem
- Create fork
- Create branch
- Open PR
Specifications
It must be checked whether this behavior is still occurring.
It's actually a security aspect by github. Github actions were for example misused to do bitcoin mining and people tried to steal secrets from the github actions.
It's actually a security aspect by github. Github actions were for example misused to do bitcoin mining and people tried to steal secrets from the github actions.
I understand that it is supposed to not run on auto, but shouldn't there be a button where maintainers could authorize those runs? The last time someone tried to open a PR, the button or question did not appear.
Would be great, but we currently dont need it as there aren't many people supporting CC from outside of our organization anyway. 👍