forked from github/dataease
Merge pull request #1458 from ibuler/patch-3
workflow: 优化 issue-inactive-alert.yml
This commit is contained in:
commit
c8e0714bf3
10
.github/workflows/issue-inactive-alert.yml
vendored
10
.github/workflows/issue-inactive-alert.yml
vendored
@ -1,17 +1,17 @@
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 9 * * 1"
|
- cron: "0 9 * * 1-5"
|
||||||
|
|
||||||
name: Check inactive issues
|
name: Check untimely handle issues
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-inactive-issues:
|
check-untimely-handle-issues:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check inactive issues and send msg
|
- name: Check untimely issues and send msg
|
||||||
uses: jumpserver/action-issues-alert@master
|
uses: jumpserver/action-issues-alert@master
|
||||||
with:
|
with:
|
||||||
hook: ${{ secrets.WECHAT_GROUP_WEB_HOOK }}
|
hook: ${{ secrets.WECHAT_GROUP_WEB_HOOK }}
|
||||||
type: inactive
|
type: untimely
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user