From 63d9bbffa941fb940e1d34409d8bbba2862d7bf2 Mon Sep 17 00:00:00 2001 From: Anduin Xue Date: Mon, 21 Mar 2022 03:05:58 +0800 Subject: [PATCH] More messages. --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c4549d4..335e6dd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,11 @@ jobs: markdown-lint: runs-on: ubuntu-latest steps: + - name: Comment + uses: thollander/actions-comment-pull-request@v1 + with: + message: '正在运行自动化菜谱内容规范检查……预计需要 1 分钟。' + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: