-
Notifications
You must be signed in to change notification settings - Fork 724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ci] 添加监测中文 apilabel 的 ci #6226
Merged
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
a9e4c0c
make a try
ooooo-create 5d5bf27
first fix
ooooo-create 214eb63
unify path with pathlib
ooooo-create 7a23c00
fix
ooooo-create 8e3fe34
test ci
ooooo-create fb359a0
fix bugs
ooooo-create 2a741cc
fix
ooooo-create aaf2827
fix
ooooo-create d5dd8a5
fix
ooooo-create e8d4806
fix args
ooooo-create 936a71a
try
ooooo-create 19bd302
fix
ooooo-create 9cb0ef7
fix
ooooo-create b455ebc
test_00
ooooo-create d9aedac
fix
ooooo-create bd74f6a
fix
ooooo-create b9419fa
fix
ooooo-create 62e02a9
test1
ooooo-create 8f150ef
fix
ooooo-create 6d0567d
fix
ooooo-create a3217f0
update
ooooo-create ad8ead8
fix
ooooo-create f1f23d6
fix
ooooo-create 8ba9ab0
test
ooooo-create 06b04a3
test2
ooooo-create e81b9a6
change checking location and test
ooooo-create b52661f
finally test
ooooo-create f433b52
fix
ooooo-create cfb90f3
label
ooooo-create File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,8 @@ def find_api_labels_in_one_file(file_path): | |
def should_test(file): | ||
return ( | ||
file.endswith("_cn.rst") | ||
and (file not in ["Overview_cn.rst", "index_cn.rst"]) | ||
and not file.endswith("Overview_cn.rst") | ||
and not file.endswith("index_cn.rs") | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 为啥是 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [doge] |
||
and file.startswith(API) | ||
) | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
没关系,咱代码风格可以慢慢锻炼,这个多写写就好了,而且还有我来把控~而且比某些写了一坨还不自知的人强太多了(这个 repo 能成这样,所有代码 reviewer 都有责任)