Skip to content

Commit

Permalink
Merge branch 'develop' into datapipe
Browse files Browse the repository at this point in the history
  • Loading branch information
zh794390558 committed Nov 22, 2021
2 parents b57b865 + d2a05df commit 2ba3f00
Show file tree
Hide file tree
Showing 283 changed files with 5,775 additions and 2,798 deletions.
15 changes: 0 additions & 15 deletions .bashrc

This file was deleted.

10 changes: 8 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pull_request_rules:
add: ["T2S"]
- name: "auto add label=Audio"
conditions:
- files~=^paddleaudio/
- files~=^audio/
actions:
label:
add: ["Audio"]
Expand All @@ -69,6 +69,12 @@ pull_request_rules:
actions:
label:
add: ["Example"]
- name: "auto add label=Demo"
conditions:
- files~=^demos/
actions:
label:
add: ["Demo"]
- name: "auto add label=README"
conditions:
- files~=README.md
Expand All @@ -77,7 +83,7 @@ pull_request_rules:
add: ["README"]
- name: "auto add label=Documentation"
conditions:
- files~=^doc/
- files~=^docs/
actions:
label:
add: ["Documentation"]
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
files: (?!.*paddle)^.*$
- id: end-of-file-fixer
files: \.md$
- id: trailing-whitespace
files: \.md$
#- id: trailing-whitespace
# files: \.md$
- id: requirements-txt-fixer
exclude: (?=third_party).*$
- id: check-yaml
Expand Down
Loading

0 comments on commit 2ba3f00

Please sign in to comment.