ci: 调整过时问题和 PR 的自动管理频率

This commit is contained in:
Quan 2025-08-06 10:41:20 +08:00
parent 7c523af567
commit 71741fa962
3 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
name: "自动管理过时的问题和PR"
on:
schedule:
- cron: "0 0 * * 6"
- cron: "0 0 */4 * *"
workflow_dispatch:
permissions:
@ -30,6 +30,7 @@ jobs:
days-before-issue-stale: 28
days-before-pr-stale: 28
days-before-close: 14
operations-per-run: 60
stale-issue-label: "未跟进问题(Stale)"
close-issue-label: "自动关闭(Close)"

View File

@ -81,8 +81,8 @@
<p><strong>注意Mac OS 平台可执行文件 <code>main</code> 可能需要从终端命令行启动受设备限制Mac OS 平台可执行文件尚未经过测试,无法保证可用性!</strong></p>
<p>若通过此方式使用程序,文件默认下载路径为:<code>.\_internal\Volume\Download</code>;配置文件路径为:<code>.\_internal\Volume\settings.json</code></p>
<h3>程序更新</h3>
<p> <strong>方案一:</strong>下载并解压文件,将旧版本的 <code>_internal\Volume</code> 文件夹复制到新版本的 <code>_internal</code> 文件夹。</p>
<p> <strong>方案二:</strong>下载并解压文件(不要运行程序),复制全部文件,直接覆盖旧版本文件。</p>
<p><strong>方案一:</strong>下载并解压文件,将旧版本的 <code>_internal\Volume</code> 文件夹复制到新版本的 <code>_internal</code> 文件夹。</p>
<p><strong>方案二:</strong>下载并解压文件(不要运行程序),复制全部文件,直接覆盖旧版本文件。</p>
<h2>⌨️ Docker 运行</h2>
<ol>
<li>获取镜像</li>

View File

@ -82,8 +82,8 @@
<p><strong>Note: The executable file <code>main</code> for Mac OS may need to be launched from the terminal command line; Due to device limitations, the Mac OS executable file has not been tested and its availability cannot be guaranteed!</strong></p>
<p>If you use the program in this way, the default download path for files is: <code>.\_internal\Volume\Download</code>; the configuration file path is: <code>.\_internal\Volume\settings.json</code></p>
<h3>Update Methods</h3>
<p> <strong>Method 1:</strong> Download and extract the files, then copy the old version of the <code>_internal\Volume</code> folder into the new version's <code>_internal</code> folder.</p>
<p> <strong>Method 2:</strong> Download and extract the files (do not run the program), then copy all files and directly overwrite the old version.</p>
<p><strong>Method 1:</strong> Download and extract the files, then copy the old version of the <code>_internal\Volume</code> folder into the new version's <code>_internal</code> folder.</p>
<p><strong>Method 2:</strong> Download and extract the files (do not run the program), then copy all files and directly overwrite the old version.</p>
<h2>⌨️ Docker Run</h2>
<ol>
<li>Get Image</li>