Skip to content

fix(ci): exempt severity: critical/high issues from stale auto-close - #1390

Merged
afurious merged 1 commit into
Crowdfunding-DApp:mainfrom
Markodiba:fix/stale-bot-severity-exemption
Aug 24, 2026
Merged

fix(ci): exempt severity: critical/high issues from stale auto-close#1390
afurious merged 1 commit into
Crowdfunding-DApp:mainfrom
Markodiba:fix/stale-bot-severity-exemption

Conversation

@Markodiba

@Markodiba Markodiba commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Summary

Test plan

  • Validated YAML with python3 -c "import yaml; yaml.safe_load(open('.github/workflows/stale.yml'))"
  • actionlint not available in this environment; diff manually inspected for the exact label strings expected by actions/stale@v9
  • cargo test --workspace unaffected by this change (no Rust paths touched)

Closes #1380

The stale-bot's exempt-issue-labels/exempt-pr-labels lists don't include
this repo's severity: critical/severity: high audit labels, so genuine
fund-drain and correctness findings can be silently auto-closed by the
generic inactivity message with no fix ever merged (as already happened
to issues Crowdfunding-DApp#1351, Crowdfunding-DApp#1312, Crowdfunding-DApp#1320, Crowdfunding-DApp#1321).

Closes Crowdfunding-DApp#1380

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@afurious
afurious merged commit 22684b6 into Crowdfunding-DApp:main Aug 24, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Audit #78] Stale-bot exempt-issue-labels doesn't cover severity: critical/high, auto-closing real findings

2 participants