Skip to content
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

ci: Refactor/fix external contribution handling #12724

Merged
merged 6 commits into from
Jul 2, 2024

Conversation

mydea
Copy link
Member

@mydea mydea commented Jul 2, 2024

This should fix the old behavior...

previously, we made a PR against a PR branch when we detected that it was opened by an external contributor. This is problematic, turns out, because external contributors will usually have a fork of the repo and thus the action will fail.

Now, instead, we will make a PR against develop when a contributor PR is merged.

See example PR: #12728

@mydea mydea self-assigned this Jul 2, 2024
@mydea mydea marked this pull request as ready for review July 2, 2024 13:13
@mydea mydea requested review from lforst and andreiborza July 2, 2024 13:13
@mydea mydea merged commit a6e2f77 into develop Jul 2, 2024
114 checks passed
@mydea mydea deleted the fn/fix-external-contributor branch July 2, 2024 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants