dataease-dm/.github/workflows/issue-inactive-alert.yml

18 lines
412 B
YAML
Raw Normal View History

2021-12-07 11:14:06 +08:00
on:
schedule:
2021-12-17 10:22:37 +08:00
- cron: "0 9 * * 1-5"
2021-12-07 11:14:06 +08:00
2021-12-17 10:22:37 +08:00
name: Check untimely handle issues
2021-12-07 11:14:06 +08:00
jobs:
2021-12-17 10:22:37 +08:00
check-untimely-handle-issues:
2021-12-07 11:14:06 +08:00
runs-on: ubuntu-latest
steps:
2021-12-17 10:22:37 +08:00
- name: Check untimely issues and send msg
2021-12-07 11:14:06 +08:00
uses: jumpserver/action-issues-alert@master
with:
hook: ${{ secrets.WECHAT_GROUP_WEB_HOOK }}
2021-12-17 10:22:37 +08:00
type: untimely
2021-12-07 11:14:06 +08:00
env:
GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}