Skip to content

Commit 2ba3f00

Browse files
committed
Merge branch 'develop' into datapipe
2 parents b57b865 + d2a05df commit 2ba3f00

File tree

283 files changed

+5775
-2798
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

283 files changed

+5775
-2798
lines changed

.bashrc

Lines changed: 0 additions & 15 deletions
This file was deleted.

.mergify.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pull_request_rules:
5353
add: ["T2S"]
5454
- name: "auto add label=Audio"
5555
conditions:
56-
- files~=^paddleaudio/
56+
- files~=^audio/
5757
actions:
5858
label:
5959
add: ["Audio"]
@@ -69,6 +69,12 @@ pull_request_rules:
6969
actions:
7070
label:
7171
add: ["Example"]
72+
- name: "auto add label=Demo"
73+
conditions:
74+
- files~=^demos/
75+
actions:
76+
label:
77+
add: ["Demo"]
7278
- name: "auto add label=README"
7379
conditions:
7480
- files~=README.md
@@ -77,7 +83,7 @@ pull_request_rules:
7783
add: ["README"]
7884
- name: "auto add label=Documentation"
7985
conditions:
80-
- files~=^doc/
86+
- files~=^docs/
8187
actions:
8288
label:
8389
add: ["Documentation"]

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
files: (?!.*paddle)^.*$
1414
- id: end-of-file-fixer
1515
files: \.md$
16-
- id: trailing-whitespace
17-
files: \.md$
16+
#- id: trailing-whitespace
17+
# files: \.md$
1818
- id: requirements-txt-fixer
1919
exclude: (?=third_party).*$
2020
- id: check-yaml

0 commit comments

Comments
 (0)