惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
罗磊的独立博客
博客园 - 聂微东
T
The Blog of Author Tim Ferriss
博客园 - 司徒正美
Stack Overflow Blog
Stack Overflow Blog
F
Fortinet All Blogs
A
About on SuperTechFans
腾讯CDC
Apple Machine Learning Research
Apple Machine Learning Research
B
Blog RSS Feed
IT之家
IT之家
V
Visual Studio Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
宝玉的分享
宝玉的分享
C
Check Point Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Vercel News
Vercel News
爱范儿
爱范儿
Microsoft Security Blog
Microsoft Security Blog
月光博客
月光博客
T
Tailwind CSS Blog
The Cloudflare Blog
Hugging Face - Blog
Hugging Face - Blog

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
Adjust message for stale workflow · openclaw/openclaw@3f5...
thewillofthe · 2026-04-27 · via Recent Commits to openclaw:main

@@ -41,7 +41,7 @@ jobs:

4141

days-before-pr-close: 3

4242

stale-issue-label: stale

4343

stale-pr-label: stale

44-

exempt-issue-labels: enhancement,maintainer,pinned,security,no-stale

44+

exempt-issue-labels: enhancement,maintainer,pinned,security,no-stale,bad-barnacle

4545

exempt-pr-labels: maintainer,no-stale,bad-barnacle

4646

operations-per-run: 2000

4747

ascending: true

@@ -60,7 +60,7 @@ jobs:

6060

close-issue-reason: not_planned

6161

close-pr-message: |

6262

Closing due to inactivity.

63-

If you believe this PR should be revived, post in #pr-thunderdome-dangerzone on Discord to talk to a maintainer.

63+

If you believe this PR should be revived, post in #clawtributors on Discord to talk to a maintainer.

6464

That channel is the escape hatch for high-quality PRs that get auto-closed.

6565

- name: Mark stale assigned issues (primary)

6666

id: assigned-issue-stale-primary

@@ -73,7 +73,7 @@ jobs:

7373

days-before-pr-stale: -1

7474

days-before-pr-close: -1

7575

stale-issue-label: stale

76-

exempt-issue-labels: enhancement,maintainer,pinned,security,no-stale

76+

exempt-issue-labels: enhancement,maintainer,pinned,security,no-stale,bad-barnacle

7777

operations-per-run: 2000

7878

ascending: true

7979

include-only-assigned: true

@@ -108,7 +108,7 @@ jobs:

108108

Please add updates or it will be closed.

109109

close-pr-message: |

110110

Closing due to inactivity.

111-

If you believe this PR should be revived, post in #pr-thunderdome-dangerzone on Discord to talk to a maintainer.

111+

If you believe this PR should be revived, post in #clawtributors on Discord to talk to a maintainer.

112112

That channel is the escape hatch for high-quality PRs that get auto-closed.

113113

- name: Check stale state cache

114114

id: stale-state

@@ -145,7 +145,7 @@ jobs:

145145

days-before-pr-close: 3

146146

stale-issue-label: stale

147147

stale-pr-label: stale

148-

exempt-issue-labels: enhancement,maintainer,pinned,security,no-stale

148+

exempt-issue-labels: enhancement,maintainer,pinned,security,no-stale,bad-barnacle

149149

exempt-pr-labels: maintainer,no-stale,bad-barnacle

150150

operations-per-run: 2000

151151

ascending: true

@@ -164,7 +164,7 @@ jobs:

164164

close-issue-reason: not_planned

165165

close-pr-message: |

166166

Closing due to inactivity.

167-

If you believe this PR should be revived, post in #pr-thunderdome-dangerzone on Discord to talk to a maintainer.

167+

If you believe this PR should be revived, post in #clawtributors on Discord to talk to a maintainer.

168168

That channel is the escape hatch for high-quality PRs that get auto-closed.

169169

- name: Mark stale assigned issues (fallback)

170170

if: (steps.assigned-issue-stale-primary.outcome == 'failure' || steps.stale-state.outputs.has_state == 'true') && steps.app-token-fallback.outputs.token != ''

@@ -176,7 +176,7 @@ jobs:

176176

days-before-pr-stale: -1

177177

days-before-pr-close: -1

178178

stale-issue-label: stale

179-

exempt-issue-labels: enhancement,maintainer,pinned,security,no-stale

179+

exempt-issue-labels: enhancement,maintainer,pinned,security,no-stale,bad-barnacle

180180

operations-per-run: 2000

181181

ascending: true

182182

include-only-assigned: true

@@ -210,7 +210,7 @@ jobs:

210210

Please add updates or it will be closed.

211211

close-pr-message: |

212212

Closing due to inactivity.

213-

If you believe this PR should be revived, post in #pr-thunderdome-dangerzone on Discord to talk to a maintainer.

213+

If you believe this PR should be revived, post in #clawtributors on Discord to talk to a maintainer.

214214

That channel is the escape hatch for high-quality PRs that get auto-closed.

215215216216

lock-closed-issues: