|
|
|
|
|
by jaggederest
975 days ago
|
|
Yeah when I set up a repo, I set up two or three builds per PR: - the code exactly as it is in that branch - that branch merged into current main - that branch merged into what is currently running in production (in the case that it's not what is in main e.g. tagged or branched) This really helps to see whether it's an issue in "your" code, or whether it's a merge issue conflict causing failures. |
|
See https://bors.tech/ for a similar idea.
What I would object to is changing the 'official' master every few minutes automatically.