Skip to content

Commit 2fc1a85

Browse files
committed
Merge branch 'master' into fix-12591
2 parents f62503d + be6ad17 commit 2fc1a85

File tree

94 files changed

+6947
-1313
lines changed

Some content is hidden

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

94 files changed

+6947
-1313
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# for pull request size bot
2+
# excludes all files from test directory
3+
test/** linguist-generated=true

.github/workflows/nodejs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Node CI
22

3-
on: [push]
3+
on:
4+
pull_request:
5+
types: [opened, synchronize]
46

57
jobs:
68
build:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You may choose one of the following methods:
3939
## Get Help
4040

4141
+ [GitHub Issues](https://github.com/apache/incubator-echarts/issues) for bug report and feature requests
42-
+ Email [dev@echarts.apache.org](dev@echarts.apache.org) for general questions
42+
+ Email [dev@echarts.apache.org](mailto:dev@echarts.apache.org) for general questions
4343
+ Subscribe [mailing list](https://echarts.apache.org/en/maillist.html) to get updated with the project
4444

4545
## Build

0 commit comments

Comments
 (0)