-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert pull_request action back #337
Comments
Another idea that could help with this is to split tests and test coverage in separated actions.
|
|
In #339 we reverted to using |
This issue is related to:
Status in time of writing this issue is that we are using
pull_request_target
instead of usagepull_request
in yml files:This change was needed to be able to merge Approved changes from repository fork.
We were not able to find any better solution in time of change.
Now, when merge is done we are in state where another changes can come inside repository from forks.
It open potential security risk which was solved by simple change configuration for now.
Fast fix:
pull_request
action to both yml files mentioned above.Slow fix:
The text was updated successfully, but these errors were encountered: