We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb46f4 commit 5ad27fbCopy full SHA for 5ad27fb
.github/workflows/auto-changelog.yml
@@ -3,7 +3,7 @@ name: Auto Changelog
3
on:
4
workflow_dispatch:
5
schedule:
6
- - cron: '20 17 * * *'
+ - cron: '50 23 * * *'
7
8
permissions:
9
contents: write
@@ -87,9 +87,9 @@ jobs:
87
88
目标基础分支: `${{ steps.detect.outputs.base }}`
89
90
- 请 @YangMo0524 审核。
+ 请 @liuboF2c 审核。
91
base: ${{ steps.detect.outputs.base }}
92
- reviewers: YangMo0524
+ reviewers: liuboF2c
93
delete-branch: true
94
95
- name: Skip
0 commit comments