Skip to content

Commit 1949860

Browse files
ildyriaCopilot
andauthored
Update src/content/post/2025-08-13-Opensource-processes-documentation.mdx
Co-authored-by: Copilot <[email protected]>
1 parent e9e5f9a commit 1949860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/post/2025-08-13-Opensource-processes-documentation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ A year ago, we already moved to a debian-like release system:
6363
Pull requests waiting to be merged into `master` were often already available in `alpha`, allowing few users eager to get access to the latest change.
6464

6565
To be able to increase the velocity of development, we are going to lower the requirements for merging into the *active* branch.
66-
Namely we will no longer require a human 4-eyes review. This is not a decision we are taking lightly, but we believe it is necessary to keep the project moving forward. To increase the confidence in the code, we will still rely on our strong test coverage and additional automated reviews with the help of tools like Copilot and CodeRabbit. We have tested this approach over the past few PR and it has proven effective to catch descrepancies and issues before merging.
66+
Namely we will no longer require a human 4-eyes review. This is not a decision we are taking lightly, but we believe it is necessary to keep the project moving forward. To increase the confidence in the code, we will still rely on our strong test coverage and additional automated reviews with the help of tools like Copilot and CodeRabbit. We have tested this approach over the past few PR and it has proven effective to catch discrepancies and issues before merging.
6767

6868
As a consequence, the `alpha` branch will become the active branch, where we will merge changes once they pass the CI and AI reviews.
6969
Once changes on `alpha` are considered stable enough, we will merge `alpha` into `master`. Finally, releases will continue to be built from `master`, as they are now.

0 commit comments

Comments
 (0)