chore(ci): add stale issue triage workflow - #2259
Conversation
|
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:
|
|
@EliteCoder18 please confirm that we don't need any new labels added to this repo for this PR. I added: blocked, stale, do-not-close, security. |
Confirmed...I checked the workflow’s label configuration, no additional labels are needed. The newly added labels, together with the existing labels, cover all configured exemptions. Thanks! |
notmandatory
left a comment
There was a problem hiding this comment.
ACK 5edb323
Below are stats from last run which gives an idea what to expect when this workflow is enabled.
New stale items: 14
├── New stale issues: 11
└── New stale PRs : 3
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: