Skip to content

Commit

Permalink
remove cm percent new code automation & ignore specific branches
Browse files Browse the repository at this point in the history
  • Loading branch information
jjw24 authored Jul 7, 2024
1 parent 7ef623a commit 5458196
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .cm/gitstream.cm
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 5458196

Please sign in to comment.