mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove cm percent new code automation & ignore specific branches
This commit is contained in:
parent
7ef623af5e
commit
5458196c6f
1 changed files with 7 additions and 9 deletions
|
|
@ -5,6 +5,13 @@ manifest:
|
||||||
version: 1.0
|
version: 1.0
|
||||||
|
|
||||||
|
|
||||||
|
triggers:
|
||||||
|
exclude:
|
||||||
|
branch:
|
||||||
|
- l10n_dev
|
||||||
|
- dev
|
||||||
|
|
||||||
|
|
||||||
automations:
|
automations:
|
||||||
# Add a label that indicates how many minutes it will take to review the PR.
|
# Add a label that indicates how many minutes it will take to review the PR.
|
||||||
estimated_time_to_review:
|
estimated_time_to_review:
|
||||||
|
|
@ -23,15 +30,6 @@ automations:
|
||||||
- action: explain-code-experts@v1
|
- action: explain-code-experts@v1
|
||||||
args:
|
args:
|
||||||
gt: 10
|
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.
|
# Post a comment notifying that the PR contains a TODO statement.
|
||||||
review_todo_comments:
|
review_todo_comments:
|
||||||
if:
|
if:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue