We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef623a commit 5458196Copy full SHA for 5458196
.cm/gitstream.cm
@@ -5,6 +5,13 @@ manifest:
5
version: 1.0
6
7
8
+triggers:
9
+ exclude:
10
+ branch:
11
+ - l10n_dev
12
+ - dev
13
+
14
15
automations:
16
# Add a label that indicates how many minutes it will take to review the PR.
17
estimated_time_to_review:
@@ -23,15 +30,6 @@ automations:
23
30
- action: explain-code-experts@v1
24
31
args:
25
32
gt: 10
26
- # Post a comment that indicates what percentage of the PR is new code.
27
- percent_new_code:
28
- if:
29
- - true
- run:
- - action: add-comment@v1
- args:
33
- comment: |
34
- This PR is {{ changes.ratio }}% new code.
35
# Post a comment notifying that the PR contains a TODO statement.
36
review_todo_comments:
37
if:
0 commit comments