Merge pull request #1458 from ibuler/patch-3

workflow: 优化 issue-inactive-alert.yml
This commit is contained in:
fit2cloudrd 2021-12-17 10:26:56 +08:00 committed by GitHub
commit c8e0714bf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}