chore(ci): add stale issue triage workflow - #2259
Open
EliteCoder18 wants to merge 1 commit into
Open
Conversation
EliteCoder18
requested review from
evanlinjin and
oleonardolima
as code owners
August 15, 2026 09:42
Member
|
ConceptACK |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2259 +/- ##
=======================================
Coverage 78.36% 78.36%
=======================================
Files 30 30
Lines 5945 5945
Branches 281 281
=======================================
Hits 4659 4659
Misses 1210 1210
Partials 76 76
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Description
Follow-up to bitcoindevkit/bdk_wallet#497.
Adds
.github/workflows/stale.yml, based on the workflow introduced in the referenced PR, to automatically label and close inactive issues and abandoned pull requests in this repository.The workflow uses
actions/stale@v11release,security,audit,do-not-close, andgood first issueblocked,security, anddo-not-closeThe timing and exemption policy are initially kept consistent with bitcoindevkit/bdk_wallet#497. They can be adjusted based on feedback.
Notes to the reviewers
The workflow runs with
debug-only: trueon pull request events. I also recommend running it manually withdebug_only=trueafter merging and reviewing the results before the first scheduled Monday run.Changelog notice
ci: add automated stale issue and pull request triage
Checklists
All Submissions: