You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments