ci: 停用 issue-agent 的定时触发,保留手动 - #55
Merged
Merged
Conversation
流水线排空后连续 6 天(8/12–8/18)每轮只跑 7–10 轮、$0.32–0.37 就收工: 没有已批准的 issue、没有 open PR,看一圈就走。这是正确行为,不是故障, 但对一个当前没有流量的仓库,2 次/天的空转没有价值。 保留 workflow_dispatch:将来有活时 `gh workflow run issue-agent.yml` 手动 跑即可。恢复定时把注释掉的两行放回来。 提示词、护栏、身份约束、标签流程全部原样保留,没有删任何能力。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
流水线排空后连续 6 天(8/12–8/18)每轮只跑 7–10 轮、$0.32–0.37 就收工:没有已批准的 issue、没有 open PR,看一圈就走。
这是正确行为,不是故障——
is_error: false、permission_denials: 0、也没有硬找活干。但对一个当前没有流量的仓库(star 2 / fork 0 / 无外部 issue),2 次/天的空转没有价值。改动
只删
schedule:触发器,workflow_dispatch原样保留:恢复定时:把注释掉的两行 cron 放回来。
提示词、护栏、身份约束、
agent-proposed/approved标签流程全部原样保留,没有删任何能力——只是不再自己醒来。顺带把顶部那段「每 12 小时自动处理」的注释改掉,它已经过期了。