chore: Update issue-schedule.yml (#50882)

This commit is contained in:
afc163 2024-09-16 18:31:52 +08:00 committed by GitHub
parent eb630d341d
commit 95756c2a3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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');