-
Notifications
You must be signed in to change notification settings - Fork 218
feat: add stale exempt label #1886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: add stale exempt label #1886
Conversation
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1886 +/- ##
==========================================
+ Coverage 87.14% 87.18% +0.03%
==========================================
Files 143 143
Lines 5540 5540
==========================================
+ Hits 4828 4830 +2
+ Misses 425 423 -2
Partials 287 287 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
FeynmanZhou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds exempt label configuration to the stale workflow to prevent issues and PRs with specific labels from being automatically marked as stale and closed. This allows maintainers to keep important issues/PRs open indefinitely by applying a label.
Key changes:
- Adds
exempt-issue-labelsparameter to prevent issues with 'keep open' label from being marked stale - Adds
exempt-pr-labelsparameter to prevent PRs with 'keep open' label from being marked stale
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Add stale exempt label