Skip to content

Commit 3e5af26

Browse files
authored
Merge pull request #2823 from Flow-Launcher/update_cm_settings
Remove cm percent new code automation & ignore specific branches
2 parents 7ef623a + 5458196 commit 3e5af26

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.cm/gitstream.cm

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ manifest:
55
version: 1.0
66

77

8+
triggers:
9+
exclude:
10+
branch:
11+
- l10n_dev
12+
- dev
13+
14+
815
automations:
916
# Add a label that indicates how many minutes it will take to review the PR.
1017
estimated_time_to_review:
@@ -23,15 +30,6 @@ automations:
2330
- action: explain-code-experts@v1
2431
args:
2532
gt: 10
26-
# Post a comment that indicates what percentage of the PR is new code.
27-
percent_new_code:
28-
if:
29-
- true
30-
run:
31-
- action: add-comment@v1
32-
args:
33-
comment: |
34-
This PR is {{ changes.ratio }}% new code.
3533
# Post a comment notifying that the PR contains a TODO statement.
3634
review_todo_comments:
3735
if:

0 commit comments

Comments
 (0)