mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
Update issue-inactive-alert.yml
This commit is contained in:
10
.github/workflows/issue-inactive-alert.yml
vendored
10
.github/workflows/issue-inactive-alert.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user