Skip to content

Commit 1551b5e

Browse files
committed
add link to code-rabbit & copilot
1 parent 4316a27 commit 1551b5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ 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 discrepancies 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](https://github.com/features/copilot) and [CodeRabbit](https://www.coderabbit.ai).
67+
We have tested this approach over the past few PR and it has proven effective to catch discrepancies and issues before merging.
6768

6869
As a consequence, the `alpha` branch will become the active branch, where we will merge changes once they pass the CI and AI reviews.
6970
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)