Skip to content

fix: say something real when marking an issue stale - #478

Merged
retr0h merged 1 commit into
mainfrom
fix/stale-placeholder-text
Sep 3, 2026
Merged

fix: say something real when marking an issue stale#478
retr0h merged 1 commit into
mainfrom
fix/stale-placeholder-text

Conversation

@retr0h

@retr0h retr0h commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator

stale.yml ships the action's example text:

stale-issue-message: 'Stale issue message'
stale-pr-message: 'Stale pull request message'

It has been posting that to contributors on every stale issue and pull request since the workflow was added.

Replaced with the wording osapi-justfiles and specs already use, so all seven repositories say the same thing.

How it was found

Hashing each workflow across every repository. Six of ten check names had more than one variant in circulation; this one was the same file in five places with the placeholder never filled in:

stale.yml   5 repos: 'Stale issue message'
            2 repos: the real wording

Same fix is going to the other four.

🤖 Generated with Claude Code

https://claude.ai/code/session_01FuKUsHFG1EqZXamffh9M2c

The stale workflow shipped the action's example text: "Stale issue
message" and "Stale pull request message". It has been posting those to
contributors on every stale issue and pull request since the workflow
was added.

Replaced with the wording osapi-justfiles and specs already use, so all
seven repositories say the same thing.

Found by hashing each workflow across every repository: six of ten check
names had more than one variant in circulation, and this one was the
same file in five places with the placeholder never filled in.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FuKUsHFG1EqZXamffh9M2c
@retr0h
retr0h merged commit 2196b07 into main Sep 3, 2026
10 checks passed
@retr0h
retr0h deleted the fix/stale-placeholder-text branch September 3, 2026 15:25
@codecov

codecov Bot commented Sep 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #478   +/-   ##
=======================================
  Coverage   99.94%   99.94%           
=======================================
  Files         484      484           
  Lines       22877    22877           
=======================================
  Hits        22865    22865           
  Misses         12       12           

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 674ad23...ebc0231. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant