mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2025-12-17 18:54:26 +08:00
Comment failure action.
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -21,5 +21,12 @@ jobs:
|
|||||||
- run: mkdocs build --strict
|
- run: mkdocs build --strict
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: node .github/manual_lint.js
|
- run: node .github/manual_lint.js
|
||||||
|
- name: Comment
|
||||||
|
if: always()
|
||||||
|
uses: thollander/actions-comment-pull-request@v1
|
||||||
|
with:
|
||||||
|
message: '只有通过自动化检查的合并请求才会被人工审批,请确保此 Pull Request 能够通过自动化检查!'
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
- uses: quipper/comment-failure-action@v0.1.1
|
||||||
# Suppress 036 Emphasis used instead of a header
|
# Suppress 036 Emphasis used instead of a header
|
||||||
# Suppress 024 Multiple headers with the same content
|
# Suppress 024 Multiple headers with the same content
|
||||||
|
|||||||
Reference in New Issue
Block a user