Check recent handle issues #145
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
schedule: | |
- cron: "0 1 * * *" | |
name: Check recent handle issues | |
jobs: | |
check-recent-issues-not-handle: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check recent issues and send msg | |
uses: jumpserver/action-issues-alert@master | |
with: | |
hook: ${{ secrets.WECHAT_GROUP_WEB_HOOK }} | |
type: recent | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |