Skip to content

Commit 01355c1

Browse files
committed
删除github comment 功能,因为看起来不支持。。。
1 parent 8cd7b79 commit 01355c1

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

.github/workflows/ci.yml

+2-18
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ jobs:
88
markdown-lint:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Comment
12-
uses: thollander/actions-comment-pull-request@v1
13-
with:
14-
message: '正在检查您的贡献请求……这预计需要 1 分钟,请稍等……'
15-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1611
- uses: actions/checkout@v2
1712
- uses: actions/setup-node@v2
1813
with:
@@ -26,16 +21,5 @@ jobs:
2621
- run: mkdocs build --strict
2722
- run: npm install
2823
- run: node .github/manual_lint.js
29-
- name: Comment
30-
uses: thollander/actions-comment-pull-request@v1
31-
with:
32-
message: '内容检查完成,感谢您的贡献! 我们很快就会合并此 Pull Request! @Anduin2017'
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34-
- name: Comment
35-
if: failure()
36-
uses: thollander/actions-comment-pull-request@v1
37-
with:
38-
message: '尚**不能继续此 Pull Request!** 其内容不符合规范!请确保内容符合规范后重新提交!'
39-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
# Suppress 036 Emphasis used instead of a header
41-
# Suppress 024 Multiple headers with the same content
24+
# Suppress 036 Emphasis used instead of a header
25+
# Suppress 024 Multiple headers with the same content

0 commit comments

Comments
 (0)