CircleCi: merge PRs with upstream branch#1723
Conversation
4eaf717 to
60e34b0
Compare
|
Hmm why isn't CircleCi running at all?
Seems to be very similar to dlang/phobos#4850 (comment) |
I see the setting "Build forked pull requests" is off, I don't see a setting for "Permissive building of forked pull requests" |
So then I guess enabling "Build forked pull requests" would be the solution? |
Did so. We'll see if it helps. |
60e34b0 to
d9d8283
Compare
|
Have no idea what I'm doing, but heck - what's the worst that could happen? |

Similar to dlang/phobos#4955.
In general it makes a lot of sense to merge to merge with the upstream branch, s.t. changes are always tested as they would be merged (DAutoTest and auto-tester behave in the same way).
I added some minor updates to the script as well, e.g. always using
--depth 1caused a stupid error at Phobos when done with the tools repo.