mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
chore: Update issue-schedule.yml (#50882)
This commit is contained in:
parent
eb630d341d
commit
95756c2a3f
2
.github/workflows/issue-schedule.yml
vendored
2
.github/workflows/issue-schedule.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
actionTitle: '近 7 天未确认的 issue'
|
||||
with:
|
||||
script: |
|
||||
const dingdingTokenKey = process.env.DINGDING_BOT_TOKEN;
|
||||
const dingdingTokenKey = process.env.DINGDING_BOT_COLLABORATOR_TOKEN;
|
||||
|
||||
const fromNow = (data) => {
|
||||
const relativeTimeFormat = new Intl.RelativeTimeFormat('zh-CN');
|
||||
|
Loading…
Reference in New Issue
Block a user