Uh oh!
There was an error while loading. Please reload this page.
ci: switch create-github-app-token to client-id - #473
Conversation
actions/create-github-app-token 自 v3.1.0 起弃用 `app-id` 输入并改用 `client-id`,每次运行都会打印弃用告警。改为传组织级变量 `OOMOL_DOWNLOADER_APP_CLIENT_ID`,行为不变。 Signed-off-by: Kevin Cui <bh@bugs.cc>
CLAassistant
commented
Aug 25, 2026
|
Warning Review limit reachedNext included review available in 55 minutes. View limit detailsLimit details: You’ve used all 2 included reviews currently available. Your 54 included PR review attempts over the past 7 days set your current allowance at 2 reviews per hour. Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
Comment |
Uh oh!
There was an error while loading. Please reload this page.
actions/create-github-app-token自 v3.1.0 起弃用app-id输入并改用client-id,每次运行都会打印 "Input 'app-id' has been deprecated" 告警。本 PR 改为传组织级变量OOMOL_DOWNLOADER_APP_CLIENT_ID(已配置,所有仓库可见),行为不变。