From f5793ff9c7c65e81535d0438ff9e64e4cebbc55f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=B9=BF?= Date: Fri, 17 Dec 2021 10:22:37 +0800 Subject: [PATCH] Update issue-inactive-alert.yml --- .github/workflows/issue-inactive-alert.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/issue-inactive-alert.yml b/.github/workflows/issue-inactive-alert.yml index bff516bbcd..29e6fd41a3 100644 --- a/.github/workflows/issue-inactive-alert.yml +++ b/.github/workflows/issue-inactive-alert.yml @@ -1,17 +1,17 @@ on: schedule: - - cron: "0 9 * * 1" + - cron: "0 9 * * 1-5" -name: Check inactive issues +name: Check untimely handle issues jobs: - check-inactive-issues: + check-untimely-handle-issues: runs-on: ubuntu-latest steps: - - name: Check inactive issues and send msg + - name: Check untimely issues and send msg uses: jumpserver/action-issues-alert@master with: hook: ${{ secrets.WECHAT_GROUP_WEB_HOOK }} - type: inactive + type: untimely env: GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}