From 5458196c6f4f735d4ebdc1ea753eec6c657a56a9 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 7 Jul 2024 18:30:00 +1000 Subject: [PATCH] remove cm percent new code automation & ignore specific branches --- .cm/gitstream.cm | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.cm/gitstream.cm b/.cm/gitstream.cm index eee43c969c2..18e31fea365 100644 --- a/.cm/gitstream.cm +++ b/.cm/gitstream.cm @@ -5,6 +5,13 @@ manifest: version: 1.0 +triggers: + exclude: + branch: + - l10n_dev + - dev + + automations: # Add a label that indicates how many minutes it will take to review the PR. estimated_time_to_review: @@ -23,15 +30,6 @@ automations: - action: explain-code-experts@v1 args: gt: 10 - # Post a comment that indicates what percentage of the PR is new code. - percent_new_code: - if: - - true - run: - - action: add-comment@v1 - args: - comment: | - This PR is {{ changes.ratio }}% new code. # Post a comment notifying that the PR contains a TODO statement. review_todo_comments: if: