diff --git a/.github/workflows/Close_Stale_Issues_and_PRs.yaml b/.github/workflows/Close_Stale_Issues_and_PRs.yaml index 2f2105e..56c2721 100644 --- a/.github/workflows/Close_Stale_Issues_and_PRs.yaml +++ b/.github/workflows/Close_Stale_Issues_and_PRs.yaml @@ -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)" diff --git a/README.md b/README.md index 64a719a..63762b1 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,8 @@
注意:Mac OS 平台可执行文件 main 可能需要从终端命令行启动;受设备限制,Mac OS 平台可执行文件尚未经过测试,无法保证可用性!
若通过此方式使用程序,文件默认下载路径为:.\_internal\Volume\Download;配置文件路径为:.\_internal\Volume\settings.json
方案一:下载并解压文件,将旧版本的 _internal\Volume 文件夹复制到新版本的 _internal 文件夹。
方案二:下载并解压文件(不要运行程序),复制全部文件,直接覆盖旧版本文件。
+方案一:下载并解压文件,将旧版本的 _internal\Volume 文件夹复制到新版本的 _internal 文件夹。
方案二:下载并解压文件(不要运行程序),复制全部文件,直接覆盖旧版本文件。
Note: The executable file main 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!
If you use the program in this way, the default download path for files is: .\_internal\Volume\Download; the configuration file path is: .\_internal\Volume\settings.json
Method 1: Download and extract the files, then copy the old version of the _internal\Volume folder into the new version's _internal folder.
Method 2: Download and extract the files (do not run the program), then copy all files and directly overwrite the old version.
+Method 1: Download and extract the files, then copy the old version of the _internal\Volume folder into the new version's _internal folder.
Method 2: Download and extract the files (do not run the program), then copy all files and directly overwrite the old version.