Skip to content

Commit 5d1833c

Browse files
committed
add new workflow of daily issue summary
1 parent 8ee0b56 commit 5d1833c

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/dailySummary.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: get issue summary of yesterday
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: '0 1 * * *'
7+
8+
jobs:
9+
alert:
10+
runs-on: ubuntu-latest
11+
name: get summary
12+
steps:
13+
- uses: shangminx/Auto-Digest@main
14+
with:
15+
webhook: ${{ secrets.WEBHOOK }}

0 commit comments

Comments
 (0)